flatten after modifying flow adaptor

This commit is contained in:
James McClure 2021-09-12 14:44:28 -04:00
parent 1c04f03c3c
commit 7ba74fd2fd

View File

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