This commit is contained in:
Olli Väinölä
2015-12-17 15:36:24 +02:00
parent c4f1f7fe9c
commit a0d5377858
+1 -2
View File
@@ -64,7 +64,7 @@ end
"""
Solve problem
Solve problem
Ku + C'λ = f
Cu = g
@@ -295,4 +295,3 @@ function call(solver::DirectSolver, time::Number=0.0)
return (solver.max_iterations, false)
end