Trisurf Monte Carlo simulator
Samo Penic
2012-06-07 9bf6ee3e299ae9d5627c15814bfad56bf47e9917
src/sh.c
@@ -120,7 +120,9 @@
}
/** @brief: Precomputes coefficients that are required for spherical harmonics computations.
*/
ts_bool precomputeShCoeff(ts_spharm *sph){
    ts_int i,j,al,am;
    ts_double **co=sph->co;