diff --git a/src/finiteVolume/finiteVolume/fvm/fvmSup.C b/src/finiteVolume/finiteVolume/fvm/fvmSup.C index 9ac65928dcbbe237f5c0eae2acc2b2cc9713aae4..dcf4d0fca1fd5907ab98d61082f325983c3cbeab 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmSup.C +++ b/src/finiteVolume/finiteVolume/fvm/fvmSup.C @@ -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