Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / src / thermophysicalModels / radiation / include / createRadiationModel.H
blob87dd5e52e2b9a61d161dfa5e8e05f254c3881bed
1     autoPtr<radiation::radiationModel> radiation
2     (
3         radiation::radiationModel::New(thermo.T())
4     );