Skip to content

Commit

Permalink
Update Modelica.h
Browse files Browse the repository at this point in the history
Typo. Core must be Capitalized in order to align with the folder structure. Issue Manifests only on Linux, because windows does not care for capitalization
  • Loading branch information
Stefan Heid authored and adrpo committed Mar 3, 2020
1 parent 53a3f5f commit 31c432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/SimulationRuntime/cpp/Include/Core/Modelica.h
Expand Up @@ -235,6 +235,6 @@ typedef ublas::matrix<double, ublas::column_major> matrix_t;
#include <Core/DataExchange/SimDouble.h>
#ifdef USE_REDUCE_DAE
#include <Core/ReduceDAE/IReduceDAE.h>
#include <core/ReduceDAE/ReduceDAESettings.h>
#include <Core/ReduceDAE/ReduceDAESettings.h>
#endif
/** @} */ // end of group1

0 comments on commit 31c432b

Please sign in to comment.