Skip to content

Commit

Permalink
compile setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner committed Oct 23, 2023
1 parent ae8dd10 commit 0e4b077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cgpt/lib/lattice.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
#include "lattice/ternary.h"
#include "lattice/tostring.h"
#include "lattice/coordinates.h"
#include "lattice/implementation.h"

3 changes: 2 additions & 1 deletion lib/cgpt/lib/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
#include "distribute.h"
#include "transform.h"
#include "grid.h"
#include "stencil.h"
#include "lattice.h"
#include "stencil.h"
#include "lattice/implementation.h"
#include "util.h"
#include "precision.h"
#include "expression.h"
Expand Down

0 comments on commit 0e4b077

Please sign in to comment.