Skip to content

Commit

Permalink
remove old Kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwindischhofer committed Feb 2, 2024
1 parent 07c4344 commit 39e8261
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
14 changes: 0 additions & 14 deletions include/Eisvogel/Kernels.hh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
#include <cmath>
#include "Common.hh"

struct Kernel {

virtual std::size_t Support() const = 0;
virtual scalar_t operator()(scalar_t arg) const = 0;
virtual scalar_t CDF(int arg) const = 0;
};

struct KeysCubicInterpolationKernelNew {

const static int Support = 2;
Expand Down Expand Up @@ -52,11 +45,4 @@ struct KeysCubicInterpolationKernelNew {
}
};

struct KeysCubicInterpolationKernel : public Kernel {

std::size_t Support() const;
scalar_t operator()(scalar_t arg) const;
scalar_t CDF(int arg) const;
};

#endif
41 changes: 0 additions & 41 deletions src/Kernels.cxx

This file was deleted.

0 comments on commit 39e8261

Please sign in to comment.