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

STYLE: Minor code formatting

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