merge complete / cpu tests

This commit is contained in:
James McClure
2021-01-06 11:58:43 -05:00
parent 7f4f74779c
commit 64b49f720e
26 changed files with 128 additions and 143 deletions

View File

@@ -10,7 +10,7 @@ Implementation of color lattice boltzmann model
#include <fstream>
#include "common/Communication.h"
#include "common/MPI_Helpers.h"
#include "common/MPI.h"
#include "common/Database.h"
#include "common/ScaLBL.h"
#include "ProfilerApp.h"