Loading src/TNL/Config/ConfigDescription.h +2 −2 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ class ConfigDescription return ( ( ConfigEntry< T > * ) entries[ i ] ) -> default_value; else return NULL; } std::cerr << "Asking for the default value of uknown parameter." << std::endl; std::cerr << "Asking for the default value of unknown parameter." << std::endl; return NULL; } Loading @@ -144,7 +144,7 @@ class ConfigDescription return ( ( ConfigEntry< T > * ) entries[ i ] ) -> default_value; else return NULL; } std::cerr << "Asking for the default value of uknown parameter." << std::endl; std::cerr << "Asking for the default value of unknown parameter." << std::endl; return NULL; } Loading src/TNL/Config/ParameterContainer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ void ParameterContainer::MPIBcast( int root, MPI_Comm mpi_comm ) tnlParameterBase* param = parameters[ i ]; param -> type. MPIBcast( root, MPI_COMM_WORLD ); param -> name. MPIBcast( root, MPI_COMM_WORLD ); if( param -> type == "mString" ) if( param -> type == "String" ) { ( ( tnlParameter< String >* ) param ) -> value. MPIBcast( root, mpi_comm ); } Loading src/TNL/Functions/Analytic/VectorNorm.h +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/TNL/Config/ConfigDescription.h +2 −2 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ class ConfigDescription return ( ( ConfigEntry< T > * ) entries[ i ] ) -> default_value; else return NULL; } std::cerr << "Asking for the default value of uknown parameter." << std::endl; std::cerr << "Asking for the default value of unknown parameter." << std::endl; return NULL; } Loading @@ -144,7 +144,7 @@ class ConfigDescription return ( ( ConfigEntry< T > * ) entries[ i ] ) -> default_value; else return NULL; } std::cerr << "Asking for the default value of uknown parameter." << std::endl; std::cerr << "Asking for the default value of unknown parameter." << std::endl; return NULL; } Loading
src/TNL/Config/ParameterContainer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ void ParameterContainer::MPIBcast( int root, MPI_Comm mpi_comm ) tnlParameterBase* param = parameters[ i ]; param -> type. MPIBcast( root, MPI_COMM_WORLD ); param -> name. MPIBcast( root, MPI_COMM_WORLD ); if( param -> type == "mString" ) if( param -> type == "String" ) { ( ( tnlParameter< String >* ) param ) -> value. MPIBcast( root, mpi_comm ); } Loading
src/TNL/Functions/Analytic/VectorNorm.h +1 −1 File changed.Contains only whitespace changes. Show changes