diff --git a/src/lagrangian/intermediate/clouds/Templates/ThermoMPPICCloud/ThermoMPPICCloud.C b/src/lagrangian/intermediate/clouds/Templates/ThermoMPPICCloud/ThermoMPPICCloud.C index 5d4cdb97e..8a5411c35 100644 --- a/src/lagrangian/intermediate/clouds/Templates/ThermoMPPICCloud/ThermoMPPICCloud.C +++ b/src/lagrangian/intermediate/clouds/Templates/ThermoMPPICCloud/ThermoMPPICCloud.C @@ -43,7 +43,7 @@ Foam::ThermoMPPICCloud::ThermoMPPICCloud bool readFields ) : - CloudType(cloudName, rho, U, g, thermo, false) + MPPICCloud::cloudType(cloudName, rho, U, g, thermo, false) { this->packingModel_.clear(); this->dampingModel_.clear();