File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ int main(int argc, const char* argv[])
4747 // cout << "runtime library path set to " << vm["runtime-libray"].as<string>() << std::endl;
4848 runtime_lib_path = vm[" runtime-libray" ].as <string>();
4949
50- }
50+ }
5151 else
5252 {
5353 cerr << " runtime libraries path is not set" ;
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ install (FILES
2222 DESTINATION include /omc/cpp/Core/System )
2323install (FILES
2424 ${CMAKE_SOURCE_DIR} /Include /Core/System /IAlgLoop.h
25- ${CMAKE_SOURCE_DIR} /Include /Core/System /IContinuous.h
25+ ${CMAKE_SOURCE_DIR} /Include /Core/System /IAlgLoopSolverFactory.h
26+ ${CMAKE_SOURCE_DIR} /Include /Core/System /IContinuous.h
2627 ${CMAKE_SOURCE_DIR} /Include /Core/System /IMixedSystem.h
2728 ${CMAKE_SOURCE_DIR} /Include /Core/System /IEvent.h
2829 ${CMAKE_SOURCE_DIR} /Include /Core/System /ISystemProperties.h
Original file line number Diff line number Diff line change 22#include " CVode.h"
33#include " CVodeSettings.h"
44#include < Math/Functions.h>
5- #include < System/ISystemProperties.h>
6- #include < System/ISystemProperties.h>
5+ #include < System/ISystemProperties.h>
6+ #include < System/ISystemProperties.h>
77 #include < System/IStepEvent.h>
88
99
You can’t perform that action at this time.
0 commit comments