Go to the documentation of this file.    1 #ifndef GRINS_TURBULENT_VISCOSITY_MACRO_H 
    2 #define GRINS_TURBULENT_VISCOSITY_MACRO_H 
    4 #define INSTANTIATE_TURBULENT_VISCOSITY_SUBCLASS(class_name) \ 
    5 template class GRINS::class_name<GRINS::ConstantViscosity>; \ 
    6  template class GRINS::class_name<GRINS::ParsedViscosity>; \ 
    7 template class GRINS::class_name<GRINS::SpalartAllmarasViscosity<GRINS::ConstantViscosity> > 
    9 #endif // GRINS_TURBULENT_VISCOSITY_MACRO_H 
 
Generated on Thu Jun 2 2016 21:52:28 for GRINS-0.7.0
by 
doxygen
1.8.10