changing regular layout fill value
This commit is contained in:
parent
6257f7287a
commit
47bba648ee
@ -1529,7 +1529,7 @@ void ScaLBL_Communicator::RegularLayout(IntArray map, const double *data, Double
|
|||||||
int Nz = map.size(2);
|
int Nz = map.size(2);
|
||||||
|
|
||||||
// initialize the array
|
// initialize the array
|
||||||
regdata.fill(-1.f);
|
regdata.fill(0.f);
|
||||||
|
|
||||||
double *TmpDat;
|
double *TmpDat;
|
||||||
double value;
|
double value;
|
||||||
|
Loading…
Reference in New Issue
Block a user