Skip to content

Commit

Permalink
Fix missing includes of the pressure floor
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuSchaller committed Oct 23, 2020
1 parent 969aeb8 commit cd67d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cell_drift.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "feedback.h"
#include "gravity.h"
#include "multipole.h"
#include "pressure_floor.h"
#include "rt.h"
#include "star_formation.h"
#include "tracers.h"
Expand Down
1 change: 1 addition & 0 deletions src/space_first_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "chemistry.h"
#include "engine.h"
#include "gravity.h"
#include "pressure_floor.h"
#include "rt.h"
#include "sink.h"
#include "star_formation.h"
Expand Down
1 change: 1 addition & 0 deletions src/space_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "chemistry.h"
#include "engine.h"
#include "gravity.h"
#include "pressure_floor.h"
#include "rt.h"
#include "sink.h"
#include "star_formation.h"
Expand Down

0 comments on commit cd67d7d

Please sign in to comment.