We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2a933 commit 49264c5Copy full SHA for 49264c5
source/source_base/ylm.cpp
@@ -808,9 +808,9 @@ void Ylm::rl_sph_harm
808
void Ylm::grad_rl_sph_harm
809
(
810
const int& Lmax, //max momentum of L
811
- const double& x,
812
- const double& y,
813
- const double& z,
+ const double x,
+ const double y,
+ const double z,
814
double* rly,
815
double** grly
816
)
source/source_base/ylm.h
@@ -124,9 +124,9 @@ class Ylm
124
*/
125
static void grad_rl_sph_harm(
126
const int& Lmax,
127
128
129
130
131
double** grly);
132
0 commit comments