We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49abeaf commit 31c59d0Copy full SHA for 31c59d0
1 file changed
src/input/reference/spectroscopy/strong_lines.zig
@@ -536,14 +536,3 @@ pub fn molecularWeightForLine(line: Types.SpectroscopyLine) f64 {
536
},
537
};
538
}
539
-
540
-fn zeroContribution() Types.SpectroscopyEvaluation {
541
- return .{
542
- .weak_line_sigma_cm2_per_molecule = 0.0,
543
- .strong_line_sigma_cm2_per_molecule = 0.0,
544
- .line_sigma_cm2_per_molecule = 0.0,
545
- .line_mixing_sigma_cm2_per_molecule = 0.0,
546
- .total_sigma_cm2_per_molecule = 0.0,
547
- .d_sigma_d_temperature_cm2_per_molecule_per_k = 0.0,
548
- };
549
-}
0 commit comments