built passed

This commit is contained in:
Rex Zhe Li
2021-02-08 00:00:26 -05:00
parent 98491ccd80
commit e34170d232
3 changed files with 9 additions and 10 deletions

View File

@@ -1006,7 +1006,7 @@ void ScaLBL_FreeLeeModel::WriteDebug_TwoFluid(){
void ScaLBL_FreeLeeModel::WriteDebug_SingleFluid(){
DoubleArray PhaseData(Nxh,Nyh,Nzh);
DoubleArray PhaseField(Nx,Ny,Nz);
// Copy back final phase indicator field and convert to regular layout
ScaLBL_Comm->RegularLayout(Map,Pressure,PhaseField);