fix missing #endif in lb/fluid header

This commit is contained in:
Colin Denniston
2022-03-10 10:37:08 -05:00
parent c6fe7ed4f4
commit 1e4a6dcb41

View File

@ -21,8 +21,10 @@ FixStyle(lb/fluid,FixLbFluid)
#define LMP_FIX_LB_FLUID_H
#include "fix.h"
#ifndef _USE_MATH_DEFINES // needed for compilation under windows
#define _USE_MATH_DEFINES
#endif
#include <cmath>
#if defined(MPI_STUBS)