diff --git a/src/TNL/FileName.hpp b/src/TNL/FileName.hpp index 47e1ac922628f995cf2d88243d4a28e8629b6b3a..1f7b886ddf2220ae9bd554899330bb80e1ee3466 100644 --- a/src/TNL/FileName.hpp +++ b/src/TNL/FileName.hpp @@ -69,9 +69,7 @@ inline void FileName::setDistributedSystemNodeId( size_t nodeId ) } template< typename Coordinates > -void -FileName:: -setDistributedSystemNodeCoordinates( const Coordinates& nodeId ) +void FileName::setDistributedSystemNodeCoordinates( const Coordinates& nodeId ) { this->distributedSystemNodeId = "-@"; this->distributedSystemNodeId += convertToString( nodeId[ 0 ] ); @@ -82,9 +80,7 @@ setDistributedSystemNodeCoordinates( const Coordinates& nodeId ) } } -void -FileName:: -resetDistributedSystemNodeId() +inline void FileName::resetDistributedSystemNodeId() { this->distributedSystemNodeId = ""; }