Resolved problems with Clang compilation

This commit is contained in:
Henry Weller
2022-10-26 17:36:24 +01:00
parent 1e399aac05
commit 3152df4299
2 changed files with 1 additions and 3 deletions

View File

@ -84,9 +84,6 @@ class fluidSolver
//- Current maximum Courant number
scalar CoNum;
//- Current mean Courant number
scalar meanCoNum;
// Private Member Functions

View File

@ -26,6 +26,7 @@ License
#include "SurfaceFilmModel.H"
#include "UPtrList.H"
#include "surfaceFilm.H"
#include "surfaceFields.H"
#include "mathematicalConstants.H"
using namespace Foam::constant;