adding general include file

This commit is contained in:
andy
2009-05-14 15:30:15 +01:00
parent 9becccaeeb
commit ad67ebcf57

View File

@ -0,0 +1,5 @@
Info<< "Creating radiation model\n" << endl;
autoPtr<radiation::radiationModel> radiation
(
radiation::radiationModel::New(thermo->T())
);