Skip to content

Commit 6f0d1ae

Browse files
cleaning up
1 parent e199c03 commit 6f0d1ae

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

examples/main.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -119,20 +119,6 @@ void do_jellium(int natoms, int Ne, vector<vector<double> > basis, vector<vector
119119

120120
printf("\n done with Jellium integrals \n\n");
121121

122-
// ADD THIS SECTION HERE to test compute_Exyz_slaussian
123-
printf("\n Testing compute_Exyz_slaussian \n");
124-
125-
double* E = new double[3*N2](); // Initialize to zeros
126-
#pragma acc enter data create(E[0:3*N2])
127-
128-
compute_Exyz_slaussian(Rc, basis, nrad, nang, ang_g, ang_w, E, prl);
129-
130-
#pragma acc exit data delete(E[0:3*N2])
131-
delete [] E;
132-
133-
printf("\n done testing compute_Exyz_slaussian \n\n");
134-
// END OF ADDED SECTION
135-
136122
//cleanup
137123
#pragma acc exit data delete(En[0:N2])
138124
#pragma acc enter data create(S[0:N2],T[0:N2],A[0:Na2],C[0:N2a])

0 commit comments

Comments
 (0)