Skip to content

Commit

Permalink
fix: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Mar 20, 2024
1 parent ad10726 commit ecd49fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fixup/fixup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,8 @@ class Ceilings {
}

private:
Real g0_, s0_, sie_max_eos_;
Real g0_, s0_;
const int ceiling_flag_;
bool eos_bnds_set_;
};

static struct ConstantBsqRatCeiling {
Expand Down

0 comments on commit ecd49fa

Please sign in to comment.