Skip to content
Snippets Groups Projects

Compatibility with Athena 22.0.40

Merged Dave Casper requested to merge dcasper/calypso:master-22.0.40-compat into master
8 files
+ 524
1319
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -14,6 +14,7 @@
#include "VTI12WaveformPlugin/VP1WaveformChannel.h"
#include "VTI12WaveformSystems/VP1WaveformSystem.h"
#include "VTI12WaveformSystems/VP1WaveformHitSystem.h"
#include "VP1Base/VP1QtUtils.h"
VP1WaveformChannel::VP1WaveformChannel()
@@ -26,6 +27,7 @@ VP1WaveformChannel::VP1WaveformChannel()
void VP1WaveformChannel::init()
{
addSystem(new VP1WaveformSystem);
addSystem(new VP1WaveformHitSystem);
// addSystem(new VP1GeometrySystem);
// if (VP1QtUtils::environmentVariableIsOn("VP1_SECOND_GEOMSYS"))
// addSystem(new VP1GeometrySystem(VP1GeoFlags::None,"AltGeo"),IVP13DStandardChannelWidget::StartDisabled);
Loading