GRINS-0.6.0
heat_transfer_macros.h
Go to the documentation of this file.
3 
4 #ifndef GRINS_HEAT_TRANSFER_MACRO_H
5 #define GRINS_HEAT_TRANSFER_MACRO_H
6 
7 #define INSTANTIATE_HEAT_TRANSFER_SUBCLASS(class_name) \
8  template class GRINS::class_name<GRINS::ConstantConductivity>; \
9  template class GRINS::class_name<GRINS::ParsedConductivity>
10 
11 #endif // GRINS_HEAT_TRANSFER_MACRO_H

Generated on Mon Jun 22 2015 21:32:20 for GRINS-0.6.0 by  doxygen 1.8.9.1