# HG changeset patch # User Roeland Merks # Date 2010-05-26 11:53:45 # Node ID 401251dc8013cdfc2fed8ceee6c4ee4b59698bf6 # Parent 6d2e1692ec10506f399597d7daea779fb5c43df4 Corrected problem with "testmodel": the standard initial condition (a polygon) was no longer constructed. user: Roeland Merks branch 'default' changed src/modelcatalogue.cpp diff --git a/src/modelcatalogue.cpp b/src/modelcatalogue.cpp --- a/src/modelcatalogue.cpp +++ b/src/modelcatalogue.cpp @@ -154,7 +154,7 @@ void ModelCatalogue::InstallModel(SimPlu if (mainwin) { mainwin->RefreshInfoBar(); - //mainwin->Init(0); + mainwin->Init(0); } // mesh->StandardInit();