Skip to content
Snippets Groups Projects
Commit e0aeb036 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'using.ISF_FastCaloSimEvent-20240312' into 'main'

ISF_FastCaloSimEvent: Fix placement of using declaration.

See merge request atlas/athena!69754
parents 3be8e270 ee6800d4
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@
// For messaging
#include "ISF_FastCaloSimEvent/MLogging.h"
using ISF_FCS::MLogging;
/**
* @brief A template defining the interface to a neural network.
......@@ -36,7 +35,7 @@ using ISF_FCS::MLogging;
* Has various subclasses to cover differing network
* libraries and save formats.
**/
class VNetworkBase : public MLogging {
class VNetworkBase : public ISF_FCS::MLogging {
public:
/**
* @brief VNetworkBase default constructor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment