Skip to content

Commit

Permalink
added more text
Browse files Browse the repository at this point in the history
  • Loading branch information
BalintKoczor committed Feb 7, 2020
1 parent 8ead959 commit 62a9ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Precalculate_Eigenvectors/Precalculate_Eigenvectors.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void PrecalculateEigenvec(int Ndim)
}

int main(){
int MAXDIM = 20;
int MAXDIM = 120;

for (int Ndim=2; Ndim<=MAXDIM; Ndim++){
PrecalculateEigenvec(Ndim);
Expand Down

0 comments on commit 62a9ea4

Please sign in to comment.