fix compiler warning
This commit is contained in:
parent
66be77aeae
commit
d259434e5f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user