Skip to content

Commit

Permalink
Merge branch 'schottenhamml-master-patch-d4fb' into 'master'
Browse files Browse the repository at this point in the history
Include guards in periodic shift

See merge request walberla/walberla!683
  • Loading branch information
Girish Kumatagi committed Sep 18, 2024
2 parents 9da0b10 + 6ee0e9f commit 92b1b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/boundary/ShiftedPeriodicity.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
//
//======================================================================================================================

#pragma once

#include "blockforest/Block.h"
#include "blockforest/BlockID.h"
#include "blockforest/StructuredBlockForest.h"
Expand Down
2 changes: 2 additions & 0 deletions src/gpu/ShiftedPeriodicity.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
//
//======================================================================================================================

#pragma once

#include "blockforest/StructuredBlockForest.h"

#include "boundary/ShiftedPeriodicity.h"
Expand Down

0 comments on commit 92b1b97

Please sign in to comment.