store_answersq for ecoul

This commit is contained in:
Eddy Barraud
2024-06-06 11:19:06 +02:00
parent 5c9ac8e569
commit ce9f99e9c1

View File

@ -335,7 +335,6 @@ __kernel void k_dpd_charged(const __global numtyp4 *restrict x_,
} // if ii
store_answers_q(f,energy,e_coul,virial,ii,inum,tid,t_per_atom,offset,eflag,vflag,
ans,engv);
}
__kernel void k_dpd_charged_fast(const __global numtyp4 *restrict x_,
@ -520,7 +519,7 @@ __kernel void k_dpd_charged_fast(const __global numtyp4 *restrict x_,
} // for nbor
} // if ii
store_answers(f,energy,virial,ii,inum,tid,t_per_atom,offset,eflag,vflag,
store_answersq(f,energy,e_coul,virial,ii,inum,tid,t_per_atom,offset,eflag,vflag,
ans,engv);
}