flatten after modifying flow adaptor
This commit is contained in:
parent
1c04f03c3c
commit
7ba74fd2fd
@ -181,10 +181,12 @@ int main( int argc, char **argv )
|
|||||||
if (rank==0) printf(" ********************************************************************* \n");
|
if (rank==0) printf(" ********************************************************************* \n");
|
||||||
}
|
}
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
}
|
|
||||||
if (rank==0) printf(" (flatten density field) \n");
|
if (rank==0) printf(" (flatten density field) \n");
|
||||||
|
if (PROTOCOL == "fractional flow") {
|
||||||
Adapt.Flatten(ColorModel);
|
Adapt.Flatten(ColorModel);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
PROFILE_STOP( "Main" );
|
PROFILE_STOP( "Main" );
|
||||||
auto file = db->getWithDefault<std::string>( "TimerFile", "lbpm_color_simulator" );
|
auto file = db->getWithDefault<std::string>( "TimerFile", "lbpm_color_simulator" );
|
||||||
|
Loading…
Reference in New Issue
Block a user