Skip to content
Snippets Groups Projects
Commit f7702fd7 authored by athomps's avatar athomps
Browse files

removed print statement

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14284 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 2271d916
No related branches found
No related tags found
No related merge requests found
......@@ -443,6 +443,8 @@ void ComputeOrientOrderAtom::calc_boop(double **rlist,
double qm_sum = 0.0;
for(int m = 0; m < 2*n+1; m++) {
qm_sum += qnm_r[iw][m]*qnm_r[iw][m] + qnm_i[iw][m]*qnm_i[iw][m];
// printf("Ylm^2 = %d %d %g\n",n,m,
// qnm_r[iw][m]*qnm_r[iw][m] + qnm_i[iw][m]*qnm_i[iw][m]);
}
qn[iw] = fac * sqrt(qm_sum / (2*n+1));
}
......
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