Skip to content
Snippets Groups Projects

[Futurev4] fix failing tests

Merged Michal Mazurek requested to merge Futurev3_fix_failing_tests into Futurev4
All threads resolved!
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
  • f6a04706
    Fixes
    
    ```
    In file included from ../Sim/GaussPhysics/src/GiGaHiddenValleyParticles.cpp:13:
    /home/rmatev/stack-sim/Gaudi/InstallArea/x86_64-centos7-gcc9-opt/include/GaudiKernel/ToolFactory.h:14:2: warning: #warning "obsolete empty heade
       14 | #warning "obsolete empty header, please remove it"
          |  ^~~~~~~
    ```
@@ -10,7 +10,6 @@
\*****************************************************************************/
#include <algorithm>
#include "GaudiKernel/PhysicalConstants.h"
#include "GaudiKernel/ToolFactory.h"
#include "Kernel/IParticlePropertySvc.h"
#include "Kernel/ParticleProperty.h"
#include "GiGa/GiGaPhysConstructorBase.h"
Loading