Skip to content

Commit

Permalink
Merge pull request #48 from lanl/brryan/fix_retval
Browse files Browse the repository at this point in the history
Fix return value
  • Loading branch information
Yurlungur authored Jan 19, 2024
2 parents 3c6c72a + 2d4a2d1 commit fd89d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singularity-opac/photons/non_cgs_photons.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ======================================================================
// © 2021. Triad National Security, LLC. All rights reserved. This
// © 2021-2024. Triad National Security, LLC. All rights reserved. This
// program was produced under U.S. Government contract
// 89233218CNA000001 for Los Alamos National Laboratory (LANL), which
// is operated by Triad National Security, LLC for the U.S.
Expand Down Expand Up @@ -65,7 +65,7 @@ class NonCGSUnits {
}

template <typename FrequencyIndexer, typename DataIndexer>
PORTABLE_INLINE_FUNCTION Real AbsorptionCoefficient(
PORTABLE_INLINE_FUNCTION void AbsorptionCoefficient(
const Real rho, const Real temp, FrequencyIndexer &nu_bins,
DataIndexer &coeffs, const int nbins, Real *lambda = nullptr) const {
for (int i = 0; i < nbins; ++i) {
Expand Down

0 comments on commit fd89d00

Please sign in to comment.