Skip to content

Commit

Permalink
Update rpkt.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Feb 26, 2025
1 parent 6c74d0b commit e0abdeb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rpkt.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#include <ctime>
#include <vector>

#include "artisoptions.h"
#include "atomic.h"
#include "constants.h"
#include "globals.h"
#include "ltepop.h"
#include "packet.h"
Expand All @@ -31,10 +34,6 @@ struct Rpkt_continuum_absorptioncoeffs {
Phixslist phixslist{};
};

#include "artisoptions.h"
#include "atomic.h"
#include "constants.h"

void do_rpkt(Packet &pkt, double t2);
void emit_rpkt(Packet &pkt);
void calculate_chi_rpkt_cont(double nu_cmf, Rpkt_continuum_absorptioncoeffs &chi_rpkt_cont, int nonemptymgi);
Expand Down

0 comments on commit e0abdeb

Please sign in to comment.