Skip to content

Commit

Permalink
Fixing a restrict keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-franceschini committed Mar 20, 2024
1 parent a436c27 commit 980fc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/prolong/EMIN/MEX_EMIN/mvjcol.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

void mvjcol( const int firstrow, const int nrows, const int nequ, const int nterm,
const int nterm_T, const int* __restrict__ iat, const int* __restrict__ ja,
int* __restrict__ ja_T, int* __restrict__ punt, int* __restrict perm){
int* __restrict__ ja_T, int* __restrict__ punt, int* __restrict__ perm){


int shift = firstrow;
Expand Down

0 comments on commit 980fc6f

Please sign in to comment.