From 2d4a2d1094c038449950124076a5d55751b2ce60 Mon Sep 17 00:00:00 2001 From: Ben Ryan Date: Thu, 18 Jan 2024 15:44:54 -0700 Subject: [PATCH] Real -> void --- singularity-opac/photons/non_cgs_photons.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/singularity-opac/photons/non_cgs_photons.hpp b/singularity-opac/photons/non_cgs_photons.hpp index 6ffdba7..a63df14 100644 --- a/singularity-opac/photons/non_cgs_photons.hpp +++ b/singularity-opac/photons/non_cgs_photons.hpp @@ -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. @@ -65,7 +65,7 @@ class NonCGSUnits { } template - 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) {