Loading src/TNL/Functions/FunctionAdapter.h +2 −2 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ class FunctionAdapter return function.setup( meshPointer, parameters, prefix ); } template< typename EntityType > template< typename EntityType, typename TimeReal = RealType > __cuda_callable__ inline static RealType getValue( const FunctionType& function, const EntityType& meshEntity, const RealType& time ) const TimeReal& time ) { return function( meshEntity, time ); } Loading Loading
src/TNL/Functions/FunctionAdapter.h +2 −2 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ class FunctionAdapter return function.setup( meshPointer, parameters, prefix ); } template< typename EntityType > template< typename EntityType, typename TimeReal = RealType > __cuda_callable__ inline static RealType getValue( const FunctionType& function, const EntityType& meshEntity, const RealType& time ) const TimeReal& time ) { return function( meshEntity, time ); } Loading