cleanup color model
This commit is contained in:
parent
898b209c94
commit
b70071fc2a
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user