Remove helper now unused because of 1d838e96ff

issue#70
Sébastien Villemot 2020-05-20 11:35:44 +02:00
parent 96657b4974
commit c579a45b08
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 0 additions and 16 deletions

View File

@ -466,22 +466,6 @@ public:
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
BlockSim(BlockSimulationType type)
{