Skip to content

Commit

Permalink
Adds a forgotten #include for morph::range
Browse files Browse the repository at this point in the history
  • Loading branch information
optseb committed Nov 29, 2023
1 parent e55964a commit c5de1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions morph/CartGrid.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <morph/vec.h>
#include <morph/vvec.h>
#include <morph/Scale.h>
#include <morph/range.h>

// If the CartGrid::save and CartGrid::load methods are required, define
// CARTGRID_COMPILE_LOAD_AND_SAVE. A link to libhdf5 will be required in your program.
Expand Down

0 comments on commit c5de1db

Please sign in to comment.