fixing compile bugs

This commit is contained in:
James McClure 2020-09-29 13:29:14 -04:00
parent a3aadd947e
commit cf1cf4eb53

View File

@ -13,6 +13,8 @@ Implementation of Lee et al JCP 2016 lattice boltzmann model
#include "common/MPI_Helpers.h"
#include "ProfilerApp.h"
#include "threadpool/thread_pool.h"
#include "common/ScaLBL.h"
#include "common/WideHalo.h"
class ScaLBL_FreeLeeModel{
public: