Skip to content

Feature/cleanup vf cpu (Closed #3)

  • Removed and comment a lot of unused variables.

  • In D3Q27System.h removed using namespace UbMat.

  • added overrides

  • In the class ThixotropyInterpolationProcessor I renamed calcInterpolatedCoefficiets() into calcInterpolatedCoefficiets_intern(). The reason was, that this method hides the virtual function calcInterpolatedCoefficiets() from the base class.

Merge request reports