Skip to content

Commit

Permalink
fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
kylechampley committed Feb 19, 2024
1 parent a0e53b3 commit 7e0bc2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xsec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "xsec_raw.h"
#include <cstring>
#include <math.h>
#include <algorithm>

const float atomicMass[101] = {0.0, 1.008000e+00, 4.002600e+00, 6.939000e+00, 9.012200e+00, 1.081100e+01, 1.201100e+01, 1.400700e+01, 1.599900e+01, 1.899800e+01, 2.017900e+01,
2.299000e+01, 2.431200e+01, 2.698200e+01, 2.808600e+01, 3.097400e+01, 3.206400e+01, 3.545300e+01, 3.994800e+01, 3.910200e+01, 4.008000e+01,
Expand Down

0 comments on commit 7e0bc2f

Please sign in to comment.