diff --git a/common/ScaLBL.cpp b/common/ScaLBL.cpp index 082a89d1..7ef688d5 100644 --- a/common/ScaLBL.cpp +++ b/common/ScaLBL.cpp @@ -1529,7 +1529,7 @@ void ScaLBL_Communicator::RegularLayout(IntArray map, const double *data, Double int Nz = map.size(2); // initialize the array - regdata.fill(-1.f); + regdata.fill(0.f); double *TmpDat; double value;