Loading src/libnptm/clu_subs.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -834,8 +834,8 @@ void hjv( const int rfj_size = (lit > lmt) ? lit : lmt; const int rfn_size = c4->litpo; double *rfj, *rfn; rfj = new double[rfj_size](); rfn = new double[rfn_size](); rfj = new double[rfj_size+1](); rfn = new double[rfn_size+1](); jer = 0; int ivhb = 0; for (int nf40 = 1; nf40 <= nsphmo; nf40++) { // GPU portable? Loading src/libnptm/sph_subs.cpp +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/libnptm/clu_subs.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -834,8 +834,8 @@ void hjv( const int rfj_size = (lit > lmt) ? lit : lmt; const int rfn_size = c4->litpo; double *rfj, *rfn; rfj = new double[rfj_size](); rfn = new double[rfn_size](); rfj = new double[rfj_size+1](); rfn = new double[rfn_size+1](); jer = 0; int ivhb = 0; for (int nf40 = 1; nf40 <= nsphmo; nf40++) { // GPU portable? Loading