Fem: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 19:17:40 +01:00
parent 26c3958809
commit bde17e1b9f
88 changed files with 301 additions and 301 deletions

View File

@@ -42,7 +42,7 @@ using namespace Fem;
PROPERTY_SOURCE(Fem::ConstraintTemperature, Fem::Constraint)
static const char* ConstraintTypes[] = {"CFlux","Temperature", NULL};
static const char* ConstraintTypes[] = {"CFlux","Temperature", nullptr};
ConstraintTemperature::ConstraintTemperature()
{