From 11b3db1532033c738126938c3d0f4988dc79e044 Mon Sep 17 00:00:00 2001
From: Tuomas Karna <tuomas.karna@uclouvain.be>
Date: Tue, 18 May 2010 14:37:20 +0000
Subject: [PATCH] compile fix

---
 Solver/elasticitySolver.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp
index b130b9efd1..c258266eed 100644
--- a/Solver/elasticitySolver.cpp
+++ b/Solver/elasticitySolver.cpp
@@ -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++)
-- 
GitLab