Commit 000aab11 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove reference to logger from ClusterIterationData and library functions

parent b626e5d8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -455,8 +455,6 @@ public:
  //! \brief Wave number.
  double wn;
  double xip;
  //! \brief Pointer to a logger instance.
  Logger *logger;

  ClusterIterationData(GeometryConfiguration *gconf, ScattererConfiguration *sconf);

+0 −4
Original line number Diff line number Diff line
@@ -8,10 +8,6 @@
#include "../include/types.h"
#endif

#ifndef INCLUDE_LOGGING_H_
#include "../include/logging.h"
#endif

#ifndef INCLUDE_CONFIGURATION_H_
#include "../include/Configuration.h"
#endif
+0 −4
Original line number Diff line number Diff line
@@ -9,10 +9,6 @@
#include "../include/types.h"
#endif

#ifndef INCLUDE_LOGGING_H_
#include "../include/logging.h"
#endif

#ifndef INCLUDE_CONFIGURATION_H_
#include "../include/Configuration.h"
#endif
+0 −4
Original line number Diff line number Diff line
@@ -8,10 +8,6 @@
#include "../include/types.h"
#endif

#ifndef INCLUDE_LOGGING_H_
#include "../include/logging.h"
#endif

#ifndef INCLUDE_CONFIGURATION_H_
#include "../include/Configuration.h"
#endif
+0 −4
Original line number Diff line number Diff line
@@ -11,10 +11,6 @@
#include "../include/types.h"
#endif

#ifndef INCLUDE_LOGGING_H_
#include "../include/logging.h"
#endif

#ifndef INCLUDE_CONFIGURATION_H_
#include "../include/Configuration.h"
#endif