Made all template declarations consistent using 'class' rather than 'typename'

This commit is contained in:
Henry Weller
2016-03-22 15:02:55 +00:00
parent caf8776f9b
commit cb65ba71d7
37 changed files with 114 additions and 114 deletions

View File

@ -54,7 +54,7 @@ class wallLubricationModel;
class turbulentDispersionModel;
class blendingMethod;
template <class modelType> class BlendedInterfacialModel;
template<class modelType> class BlendedInterfacialModel;
/*---------------------------------------------------------------------------*\
Class twoPhaseSystem Declaration