Skip to content

Commit

Permalink
- removed experimental PropertyReader
Browse files Browse the repository at this point in the history
- updated gitignore-file
  • Loading branch information
Marcus Walther committed Jun 17, 2015
1 parent 0d01144 commit a5bdcbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -87,6 +87,7 @@ SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCorb
SimulationRuntime/cpp/Makefile
SimulationRuntime/cpp/Build/
SimulationRuntime/cpp/Debug/
SimulationRuntime/cpp/.cproject
SimulationRuntime/ParModelica/Makefile
SimulationRuntime/ParModelica/auto/Makefile
SimulationRuntime/ParModelica/explicit/Makefile
Expand All @@ -109,6 +110,7 @@ Compiler/Template/CodegenC.mo.log
Compiler/Template/CodegenCSharp.mo
Compiler/Template/CodegenCpp.mo
Compiler/Template/CodegenCppHpcom.mo
Compiler/Template/CodegenCppInit.mo
Compiler/Template/CodegenFMU.mo
Compiler/Template/CodegenFMU1.mo
Compiler/Template/CodegenFMU2.mo
Expand All @@ -134,6 +136,7 @@ Compiler/Template/TaskSystemDump.mo
Compiler/Template/TplCodegen.mo
Compiler/Template/Unparsing.mo
Compiler/Template/VisualXMLTpl.mo
Compiler/Template/*.err.mo
Compiler/boot/LoadCompilerInterface.mos
Compiler/boot/Makefile
Compiler/boot/Makefile.depends
Expand Down
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenCpp.tpl
Expand Up @@ -5095,8 +5095,8 @@ case SIMCODE(modelInfo = MODELINFO(__)) then

initializeMemory();
IPropertyReader *reader = new XmlPropertyReader("OMCpp<%fileNamePrefix%>Init.xml");
reader->readInitialValues(_sim_vars);
//initializeFreeVariables();
//reader->readInitialValues(_sim_vars);
initializeFreeVariables();
initializeStringParameterVars();
initializeStringAliasVars();
initializeBoundVariables();
Expand Down

0 comments on commit a5bdcbf

Please sign in to comment.