Skip to content

Commit

Permalink
pretty sure I don't need const versions here...
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Feb 25, 2025
1 parent f312737 commit 2848d2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_pte_ideal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ struct LambdaIndexerSingle {
Real &operator[](const int i) { return z; }
PORTABLE_FORCEINLINE_FUNCTION
Real &operator[](const MeanIonizationState &s) { return z; }
PORTABLE_FORCEINLINE_FUNCTION
const Real &operator[](const int i) const { return z; }
PORTABLE_FORCEINLINE_FUNCTION
const Real &operator[](const MeanIonizationState &s) const { return z; }
Real z = 0.9;
};

Expand Down

0 comments on commit 2848d2e

Please sign in to comment.