BUG: bug in reactingOneDim.C for updating gas phi

This commit is contained in:
sergio 2012-08-08 17:22:08 +01:00
parent f26e16a9fa
commit a59fbe8f1e

View File

@ -187,8 +187,8 @@ void reactingOneDim::updatePhiGas()
<< " is : " << massInt
<< " [kg/s] " << endl;
}
totalFaceId ++;
}
totalFaceId ++;
}
tHsiGas().clear();
}