remove debug write statements

This commit is contained in:
James E McClure 2018-10-22 15:49:16 -04:00
parent 7cdebdd181
commit 154bb45fee

View File

@ -54,7 +54,7 @@ int main(int argc, char **argv)
ColorModel.Create(); // creating the model will create data structure to match the pore structure and allocate variables
ColorModel.Initialize(); // initializing the model will set initial conditions for variables
ColorModel.Run();
ColorModel.WriteDebug();
//ColorModel.WriteDebug();
PROFILE_STOP("Main");
PROFILE_SAVE("lbpm_color_simulator",1);