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

compile fix

parent b5f6fe94
Branches
Tags
No related merge requests found
...@@ -283,7 +283,7 @@ void elasticitySolver::solve() ...@@ -283,7 +283,7 @@ void elasticitySolver::solve()
lsys->systemSolve(); lsys->systemSolve();
printf("-- done solving!\n"); printf("-- done solving!\n");
printLinearSystem(lsys); // printLinearSystem(lsys);
double energ=0; double energ=0;
for (unsigned int i = 0; i < elasticFields.size(); i++) 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