Skip to content

Commit

Permalink
move integrator to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwindischhofer committed Feb 2, 2024
1 parent e61c2c6 commit 29c053c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/IntegratorNew.hh → src/Integrator.hh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef __INTEGRATOR_NEW_HH
#define __INTEGRATOR_NEW_HH
#ifndef __INTEGRATOR_HH
#define __INTEGRATOR_HH

#include <memory>
#include "Eisvogel/Common.hh"
Expand All @@ -13,6 +13,6 @@ scalar_t integrate(WeightingFieldT& wf, scalar_t t, const Current0D& curr, scala
template <class WeightingFieldT, typename KernelT = KeysCubicInterpolationKernel>
scalar_t integrate(WeightingFieldT& wf, scalar_t t, const SparseCurrentDensity3D& current_distribution);

#include "IntegratorNew.hxx"
#include "Integrator.hxx"

#endif
File renamed without changes.
2 changes: 1 addition & 1 deletion src/SignalCalculator.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "Eisvogel/SignalCalculator.hh"
#include "IntegratorNew.hh"
#include "Integrator.hh"

SignalCalculator::SignalCalculator(const std::filesystem::path& geometry_path) :
m_geometry_path(geometry_path) {
Expand Down

0 comments on commit 29c053c

Please sign in to comment.