Further Mac OSX porting change: no backslash in macro agruments
This commit is contained in:
parent
6a18db4aa3
commit
a6bb6c2754
1 changed files with 3 additions and 15 deletions
|
@ -33,21 +33,9 @@ License
|
||||||
|
|
||||||
#define createCoalParcelType(ParcelType) \
|
#define createCoalParcelType(ParcelType) \
|
||||||
\
|
\
|
||||||
createCoalParcelThermoType \
|
createCoalParcelThermoType(ParcelType, constGasThermoPhysics); \
|
||||||
( \
|
createCoalParcelThermoType(ParcelType, gasThermoPhysics); \
|
||||||
ParcelType, \
|
createCoalParcelThermoType(ParcelType, icoPoly8ThermoPhysics);
|
||||||
constGasThermoPhysics \
|
|
||||||
); \
|
|
||||||
createCoalParcelThermoType \
|
|
||||||
( \
|
|
||||||
ParcelType, \
|
|
||||||
gasThermoPhysics \
|
|
||||||
); \
|
|
||||||
createCoalParcelThermoType \
|
|
||||||
( \
|
|
||||||
ParcelType, \
|
|
||||||
icoPoly8ThermoPhysics \
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
#define createCoalParcelThermoType(ParcelType, ThermoType) \
|
#define createCoalParcelThermoType(ParcelType, ThermoType) \
|
||||||
|
|
Reference in a new issue