cleanup color model

This commit is contained in:
JamesEMcclure 2021-06-16 13:30:12 -04:00
parent 898b209c94
commit b70071fc2a

View File

@ -66,7 +66,6 @@ int main( int argc, char **argv )
// structure and allocate variables // structure and allocate variables
ColorModel.Initialize(); // initializing the model will set initial conditions for variables ColorModel.Initialize(); // initializing the model will set initial conditions for variables
if (SimulationMode == "development"){ if (SimulationMode == "development"){
double MLUPS=0.0; double MLUPS=0.0;
int timestep = 0; int timestep = 0;
@ -174,7 +173,6 @@ int main( int argc, char **argv )
/*********************************************************/ /*********************************************************/
} }
} }
else else
ColorModel.Run(); ColorModel.Run();