We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8769a4a commit af6343eCopy full SHA for af6343e
1 file changed
fairroot/base/sim/FairModule.h
@@ -176,8 +176,8 @@ class FairModule : public TNamed
176
template<class T, class U>
177
void FairModule::ConstructASCIIGeometry(TString containerName)
178
{
179
- static_assert(std::is_base_of_v<FairGeoSet,T>);
180
- 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>);
181
FairGeoSet* MGeo = new T();
182
FairGeoLoader* loader = FairGeoLoader::Instance();
183
FairGeoInterface* GeoInterface = loader->getGeoInterface();
0 commit comments