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

bracket-error

parent 7ee977f9
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ namespace AMDiS { ...@@ -21,7 +21,7 @@ namespace AMDiS {
} }
//convert Phi2 to r //convert Phi2 to r
inline double Phi2ToR(double p2, double eps) { inline double Phi2ToR(double p2, double eps) {
return eps/3.0 * atanh( std::max(-1+1.e-14, std::min(1-1.e-14, 1+2*p2) ); return eps/3.0 * atanh( std::max(-1+1.e-14, std::min(1-1.e-14, 1+2*p2)) );
} }
} }
#endif #endif
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