fix compiler warning

This commit is contained in:
James McClure 2021-12-14 16:47:27 -05:00
parent 66be77aeae
commit d259434e5f

View File

@ -1408,7 +1408,7 @@ void TwoPhase::ComponentAverages() {
void TwoPhase::Reduce() {
int i;
double iVol_global = 1.0 / Volume;
//double iVol_global = 1.0 / Volume;
//...........................................................................
Dm->Comm.barrier();
nwp_volume_global = Dm->Comm.sumReduce(nwp_volume);