Skip to content
Snippets Groups Projects
Commit 86fe284b authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* small syntax error in parallelheat

parent e53e8cf3
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ public:
double r2 = (x*x);
double ux = sin(M_PI * (*timePtr)) * exp(-10.0*r2);
double ut = M_PI * cos(M_PI*(*timePtr)) * exp(-10.0*r2);
return = ut -(400.0*r2 - 20.0*dim)*ux;
return ut -(400.0*r2 - 20.0*dim)*ux;
}
};
......
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