@@ -34,13 +38,13 @@ __device__ __host__ inline int processorID_impl(T2 & p, fine_s_type & fine_s, vs
if(n_ele==0)
{
printf("CartDecomposition_gpu.cuh:processorID_impl, error I cannot detect in which processor this particle go");
printf("CartDecomposition_gpu.cuh:processorID_impl, error I cannot detect in which processor this particle go\n");
return-1;
}
if(i==n_ele)
{
printf("CartDecomposition_gpu.cuh:processorID_impl, error I cannot detect in which processor this particle go because of round-off inconsistencies");
printf("CartDecomposition_gpu.cuh:processorID_impl, error I cannot detect in which processor this particle go because of round-off inconsistencies\n");