Skip to content
Snippets Groups Projects
Commit 11b3db15 authored by Tuomas Karna's avatar Tuomas Karna
Browse files

compile fix

parent b5f6fe94
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ void elasticitySolver::solve()
lsys->systemSolve();
printf("-- done solving!\n");
printLinearSystem(lsys);
// printLinearSystem(lsys);
double energ=0;
for (unsigned int i = 0; i < elasticFields.size(); i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment