Skip to content
Snippets Groups Projects
Commit 3c1a5e05 authored by mkirsz's avatar mkirsz
Browse files

consistes declarations for B and G

parent d252363f
No related branches found
No related tags found
1 merge request!14Develop
Pipeline #49390 canceled
...@@ -39,6 +39,9 @@ inline double B(double x_c) ...@@ -39,6 +39,9 @@ inline double B(double x_c)
return 0.0; return 0.0;
} }
} }
inline double B(double r, double eta, double miu) {
return B(eta*(r-miu));
}
inline double B(double x_c, double f) inline double B(double x_c, double f)
// x_c = eta*(rij-r_s) // x_c = eta*(rij-r_s)
// return B(x_c)*f // return B(x_c)*f
......
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