Skip to content
Snippets Groups Projects

Untemplify Powerfield

Merged Wuttke, Joachim requested to merge pf3 into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -27,8 +27,7 @@
using std::size_t;
//! Templated class to store data in multi-dimensional space.
//! Used with type T = double
//! Stores radiation power per bin.
//! @ingroup tools
class Powerfield : public Frame {
Loading