Skip to content

Commit

Permalink
Switching order of Pacer and MPI includes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarats committed Dec 2, 2024
1 parent a1427a6 commit 8032375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/omega/src/drivers/standalone/OceanDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#include "TimeMgr.h"
#include "TimeStepper.h"

#include <mpi.h>
#include "Pacer.h"
#include <mpi.h>

#include <iostream>

Expand Down
2 changes: 1 addition & 1 deletion components/omega/test/drivers/StandaloneDriverTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#include "TimeMgr.h"
#include "TimeStepper.h"

#include "mpi.h"
#include "Pacer.h"
#include <mpi.h>

//------------------------------------------------------------------------------
// The test driver for the standalone driver
Expand Down

0 comments on commit 8032375

Please sign in to comment.