Skip to content
Snippets Groups Projects

L1: New initialization interface for the material budget maps

Merged Sergei Zharko requested to merge s.zharko/cbmroot:L1Algo-dev5 into master
2 files
+ 2
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -65,10 +65,7 @@ L1Material& L1Material::operator=(const L1Material& other)
//------------------------------------------------------------------------------------------------------------------------------------
//
L1Material::L1Material(L1Material&& other) noexcept
{
this->Swap(other);
}
L1Material::L1Material(L1Material&& other) noexcept { this->Swap(other); }
//------------------------------------------------------------------------------------------------------------------------------------
//
Loading