Skip to content

Commit 5105e61

Browse files
committed
-vxworks includes
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 23d9d2d commit 5105e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SimSettings OMCFactory::ReadSimulationParameter(int argc, const char* argv[])
3434
int portnum;
3535
std::map<std::string,OutputFormat> outputFormatMap = map_list_of("csv", CSV)("mat", MAT)("empty",EMPTY);
3636
std::map<std::string,LogType> logTypeMap = map_list_of("stats", STATS)("nls", NLS)("ode",ODE)("off",OFF);
37-
std::map<std::string,OutputPointType> outputPointTypeMap = map_list_of("all", ALL)("step", STEP)("none",NONE);
37+
std::map<std::string,OutputPointType> outputPointTypeMap = map_list_of("all", ALL)("step", STEP)("empty2",EMPTY2);
3838
po::options_description desc("Allowed options");
3939
desc.add_options()
4040
("help", "produce help message")

0 commit comments

Comments
 (0)