LDMX Software
EigenStepper.h
Go to the documentation of this file.
1
7#pragma once
8#ifndef TRACKING_EIGENSTEPPER_H
9#define TRACKING_EIGENSTEPPER_H
10
11#if !defined(__clang__)
12#pragma GCC diagnostic push
13#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
14#endif
15#include "Acts/Propagator/EigenStepper.hpp"
16#if !defined(__clang__)
17#pragma GCC diagnostic pop
18#endif
19
20#endif