Fixed some compiler errors - the simulation seems to be off regarding how many ghost atoms are used -> some bugfixing might be needed
This commit is contained in:
@@ -347,7 +347,7 @@ int main(int argc, char** argv)
|
||||
if(doReneighbour) {
|
||||
timer[NEIGH] += reneighbour(¶m, &atom, &neighbor, &c_atom, &c_neighbor, num_threads_per_block);
|
||||
} else {
|
||||
updatePbc(&atom, ¶m, &c_atom, false, num_threads_per_block);
|
||||
updatePbc_cuda(&atom, ¶m, &c_atom, false, num_threads_per_block);
|
||||
}
|
||||
|
||||
if(param.force_field == FF_EAM) {
|
||||
|
||||
Reference in New Issue
Block a user