mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Made all template declarations consistent using 'class' rather than 'typename'
This commit is contained in:
@ -54,7 +54,7 @@ class wallLubricationModel;
|
||||
class turbulentDispersionModel;
|
||||
|
||||
class blendingMethod;
|
||||
template <class modelType> class BlendedInterfacialModel;
|
||||
template<class modelType> class BlendedInterfacialModel;
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class twoPhaseSystem Declaration
|
||||
|
||||
Reference in New Issue
Block a user