changing regular layout fill value

This commit is contained in:
James E McClure 2018-07-31 10:35:01 -04:00
parent 6257f7287a
commit 47bba648ee

View File

@ -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;