Resolve "Need "StackView" object"
1 unresolved thread
1 unresolved thread
Closes #106 (closed)
Edited by Ralf Ulrich
Merge request reports
Activity
Filter activity
mentioned in commit 8b7e687e
mentioned in issue #92 (closed)
- Resolved by Ralf Ulrich
150 150 151 151 auto const [productionCrossSection, elaCrossSection, numberOfNucleons] = 152 152 GetCrossSection(corsikaBeamId, targetId, ECoM); We could also use
std::tie
together withstd::ignore
, see e.g. here. Seems to be much cleaner to me.