Call CPU version of updatePbc within setupPbc
Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
		| @@ -226,6 +226,6 @@ void setupPbc(Atom *atom, Parameter *param) { | ||||
|     atom->Nclusters = atom->Nclusters_local + Nghost + 1; | ||||
|  | ||||
|     // Update created ghost clusters positions | ||||
|     updatePbc(atom, param, 1); | ||||
|     cpuUpdatePbc(atom, param, 1); | ||||
|     DEBUG_MESSAGE("setupPbc end\n"); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user