Skip to content
Snippets Groups Projects
Verified Commit c579a45b authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Remove helper now unused because of 1d838e96

parent 96657b49
No related branches found
No related tags found
No related merge requests found
...@@ -466,22 +466,6 @@ public: ...@@ -466,22 +466,6 @@ public:
return equation_tags.getTagsByEqn(eq); return equation_tags.getTagsByEqn(eq);
} }
inline static string
c_Equation_Type(EquationType type)
{
switch (type)
{
case EquationType::evaluate:
return "EVALUATE ";
case EquationType::evaluate_s:
return "EVALUATE_S";
case EquationType::solve:
return "SOLVE ";
default:
return "UNKNOWN ";
}
}
inline static string inline static string
BlockSim(BlockSimulationType type) BlockSim(BlockSimulationType type)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment