diff --git a/src/lagrangian/coalCombustion/include/createCoalParcelTypes.H b/src/lagrangian/coalCombustion/include/createCoalParcelTypes.H index e31e5e8e1..0c5815f0e 100644 --- a/src/lagrangian/coalCombustion/include/createCoalParcelTypes.H +++ b/src/lagrangian/coalCombustion/include/createCoalParcelTypes.H @@ -33,21 +33,9 @@ License #define createCoalParcelType(ParcelType) \ \ - createCoalParcelThermoType \ - ( \ - ParcelType, \ - constGasThermoPhysics \ - ); \ - createCoalParcelThermoType \ - ( \ - ParcelType, \ - gasThermoPhysics \ - ); \ - createCoalParcelThermoType \ - ( \ - ParcelType, \ - icoPoly8ThermoPhysics \ - ); + createCoalParcelThermoType(ParcelType, constGasThermoPhysics); \ + createCoalParcelThermoType(ParcelType, gasThermoPhysics); \ + createCoalParcelThermoType(ParcelType, icoPoly8ThermoPhysics); #define createCoalParcelThermoType(ParcelType, ThermoType) \