Loading src/TNL/Functions/TestFunction_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ TestFunction< FunctionDimension, Real, Device >:: getPartialDerivative( const PointType& vertex, const Real& time ) const { TNL_ASSERT( this->function != 0, "The test function was not set properly." ); TNL_ASSERT_TRUE( this->function, "The test function was not set properly." ); using namespace TNL::Functions::Analytic; using namespace TNL::Operators::Analytic; Real scale( 1.0 ); Loading Loading
src/TNL/Functions/TestFunction_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ TestFunction< FunctionDimension, Real, Device >:: getPartialDerivative( const PointType& vertex, const Real& time ) const { TNL_ASSERT( this->function != 0, "The test function was not set properly." ); TNL_ASSERT_TRUE( this->function, "The test function was not set properly." ); using namespace TNL::Functions::Analytic; using namespace TNL::Operators::Analytic; Real scale( 1.0 ); Loading