Skip to content
Snippets Groups Projects
Commit 59ee4244 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Some corrections to the last commit

parent 61feafb2
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,7 @@ namespace AMDiS {
calculateElementMatrix(elInfo, elementMatrix);
}
// vec = elementMatrix*uhOldLoc;
// vec += elementMatrix*uhOldLoc;
for (int i = 0; i < nRow; i++) {
double val = 0.0;
for (int j = 0; j < nCol; j++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment