add visualization to greyscale simlator

This commit is contained in:
James McClure
2021-10-13 12:47:42 -04:00
parent 3b60988295
commit 989f7e8b90

View File

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