Revert "fully qualified reference to indirect base class constructor"

This reverts commit ccb67c70d2.
This commit is contained in:
ignis 2018-04-17 22:06:28 +09:00
parent ccb67c70d2
commit e5fd6a4caf

View file

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