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