Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
58e24187
Commit
58e24187
authored
May 25, 2010
by
Praetorius, Simon
Browse files
bracket-error
parent
7ee977f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/MathFunctions.h
View file @
58e24187
...
...
@@ -21,7 +21,7 @@ namespace AMDiS {
}
//convert Phi2 to r
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment