Skip to content

Expressionparser Rework 2

Martin Marmsoler requested to merge work/ExpressionParserRework2 into master

Description

  • Fix translations in functions.cpp
  • Preventing coding errors and raise exceptions if the function pointer do not match (use modern C++ instead of C style)
  • Fix gsl_ran_bivariate_gaussian_pdf because 5 arguments were not implemented. This cannot happen anymore

Conformity

When external dependencies are removed

  • Reporting to ...

Merge request reports