Skip to content

Commit

Permalink
-changed input parameter in division from std::string to const char*
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21978 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
RuedKamp committed Aug 25, 2014
1 parent 7d063df commit 2ca1f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Include/Core/Math/Functions.h
Expand Up @@ -30,7 +30,7 @@ inline static int sgn (const double &c)
}

/// Definition of Signum function
double division (const double &a,const double &b,std::string text);
double division (const double &a,const double &b, const char * text);

inline static int modelica_mod_int(int v1, int v2)
{
Expand Down

0 comments on commit 2ca1f03

Please sign in to comment.