fully qualified reference to indirect base class constructor

This commit is contained in:
ignis 2018-02-06 15:51:21 +09:00
parent c0264dcdfa
commit ccb67c70d2

View file

@ -43,7 +43,7 @@ Foam::ThermoMPPICCloud<CloudType>::ThermoMPPICCloud
bool readFields
)
:
CloudType(cloudName, rho, U, g, thermo, false)
MPPICCloud<CloudType>::cloudType(cloudName, rho, U, g, thermo, false)
{
this->packingModel_.clear();
this->dampingModel_.clear();