Skip to content
Snippets Groups Projects

CONFIG: add settings for Cray compiler and cray mpich

Merged Mark OLESEN requested to merge feature-config-cray into develop
Viewing commit 84eae596
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -90,7 +90,7 @@ Foam::dlLibraryTable& Foam::fv::CodedSource<Type>::libs() const
template<class Type>
Foam::string Foam::fv::CodedSource<Type>::description() const
{
return "fvOption:: " + name_;
return "fvOption::" + name_;
}