From 7ea0c5e911040fd7e667d50387de3f408685d955 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Tue, 8 Jul 2014 14:50:34 +0200 Subject: [PATCH] [Cleanup] Fix a comment --- src/sand-wedge.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sand-wedge.cc b/src/sand-wedge.cc index 7690a6b5..62890d3f 100644 --- a/src/sand-wedge.cc +++ b/src/sand-wedge.cc @@ -404,7 +404,7 @@ int main(int argc, char *argv[]) { Vector a_initial(leafVertexCount); a_initial = 0.0; { - // We solve Ma = ell0 - [Au + Cv + Psi(v)] + // We solve Ma = ell0 - [Au + Cv + DPsi(v)] Vector accelerationRHS(leafVertexCount); { accelerationRHS = 0.0; -- GitLab