Skip to content
Snippets Groups Projects

Various cleanup, cherry-picked from long task #71

Merged Wuttke, Joachim requested to merge varia1 into main
13 files
+ 30
78
Compare changes
  • Side-by-side
  • Inline
Files
13
+ 0
1
@@ -21,7 +21,6 @@
//! An interval. Limits are of type double, and may be infinite.
//! Used for the z-coordinate, especially when slicing form factors.
//!
class Span {
public:
Loading