refactor new models to FOM

This commit is contained in:
James McClure
2021-01-05 13:51:32 -05:00
parent 7644a8288e
commit 5bcc10c5fb
10 changed files with 105 additions and 149 deletions

View File

@@ -16,7 +16,7 @@
#include "common/ScaLBL.h"
#include "common/Communication.h"
#include "common/MPI_Helpers.h"
#include "common/MPI.h"
#include "analysis/Minkowski.h"
#include "ProfilerApp.h"
@@ -85,7 +85,7 @@ public:
double *ElectricFieldDummy;
private:
MPI_Comm comm;
Utilities::MPI comm;
// filenames
char LocalRankString[8];