Skip to content
Snippets Groups Projects
Commit 2d08289f authored by andy's avatar andy
Browse files

STYLE: Minor code formatting

parent ff606a08
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -54,6 +54,7 @@ Foam::fvm::Su
return tfvm;
}
template<class Type>
Foam::tmp<Foam::fvMatrix<Type> >
Foam::fvm::Su
......@@ -67,6 +68,7 @@ Foam::fvm::Su
return tfvm;
}
template<class Type>
Foam::tmp<Foam::fvMatrix<Type> >
Foam::fvm::Su
......@@ -80,6 +82,7 @@ Foam::fvm::Su
return tfvm;
}
template<class Type>
Foam::zeroField
Foam::fvm::Su
......@@ -117,6 +120,7 @@ Foam::fvm::Sp
return tfvm;
}
template<class Type>
Foam::tmp<Foam::fvMatrix<Type> >
Foam::fvm::Sp
......@@ -130,6 +134,7 @@ Foam::fvm::Sp
return tfvm;
}
template<class Type>
Foam::tmp<Foam::fvMatrix<Type> >
Foam::fvm::Sp
......@@ -169,6 +174,7 @@ Foam::fvm::Sp
return tfvm;
}
template<class Type>
Foam::zeroField
Foam::fvm::Sp
......@@ -209,6 +215,7 @@ Foam::fvm::SuSp
return tfvm;
}
template<class Type>
Foam::tmp<Foam::fvMatrix<Type> >
Foam::fvm::SuSp
......@@ -222,6 +229,7 @@ Foam::fvm::SuSp
return tfvm;
}
template<class Type>
Foam::tmp<Foam::fvMatrix<Type> >
Foam::fvm::SuSp
......@@ -235,6 +243,7 @@ Foam::fvm::SuSp
return tfvm;
}
template<class Type>
Foam::zeroField
Foam::fvm::SuSp
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment