Skip to content

Commit 2c4712d

Browse files
nataraj2Mahesh Natarajan
andauthored
Correcting hurricane intensification output (#2707)
Co-authored-by: Mahesh Natarajan <[email protected]>
1 parent 5651ae9 commit 2c4712d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Utils/ERF_HurricaneDiagnostics.H

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ HurricaneMaxVelTracker(const amrex::Geometry& geom,
326326
amrex::Real h_val_max_global = -1.0e30;
327327
#ifdef AMREX_USE_MPI
328328
MPI_Allreduce(&h_val_max_local, &h_val_max_global, 1, MPI_DOUBLE, MPI_MAX, MPI_COMM_WORLD);
329-
h_val_max_global = h_val_max_local;
330329
#else
331330
h_val_max_global = h_val_max_local;
332331
#endif

0 commit comments

Comments
 (0)