Skip to content
Snippets Groups Projects
Commit 7ea0c5e9 authored by Elias Pipping's avatar Elias Pipping
Browse files

[Cleanup] Fix a comment

parent 89b30b76
No related branches found
No related tags found
No related merge requests found
...@@ -404,7 +404,7 @@ int main(int argc, char *argv[]) { ...@@ -404,7 +404,7 @@ int main(int argc, char *argv[]) {
Vector a_initial(leafVertexCount); Vector a_initial(leafVertexCount);
a_initial = 0.0; a_initial = 0.0;
{ {
// We solve Ma = ell0 - [Au + Cv + Psi(v)] // We solve Ma = ell0 - [Au + Cv + DPsi(v)]
Vector accelerationRHS(leafVertexCount); Vector accelerationRHS(leafVertexCount);
{ {
accelerationRHS = 0.0; accelerationRHS = 0.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment