Skip to content

Commit

Permalink
fixup formatting fairmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTackeGSI committed Apr 3, 2024
1 parent 8769a4a commit af6343e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fairroot/base/sim/FairModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ class FairModule : public TNamed
template<class T, class U>
void FairModule::ConstructASCIIGeometry(TString containerName)
{
static_assert(std::is_base_of_v<FairGeoSet,T>);
static_assert(std::is_base_of_v<FairParSet,U>);
static_assert(std::is_base_of_v<FairGeoSet, T>);
static_assert(std::is_base_of_v<FairParSet, U>);
FairGeoSet* MGeo = new T();
FairGeoLoader* loader = FairGeoLoader::Instance();
FairGeoInterface* GeoInterface = loader->getGeoInterface();
Expand Down

0 comments on commit af6343e

Please sign in to comment.