Skip to content

Commit

Permalink
Introduce C++ namespace "sdft" #8
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Jul 2, 2023
1 parent b0e2e1a commit 0d6d253
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 257 deletions.
1 change: 1 addition & 0 deletions cpp/examples/analysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <matplotlibcpp17/pyplot.h>
#include <NumCpp.hpp>

using sdft::SDFT;
namespace py = pybind11;

const double pi = std::acos(-1.);
Expand Down
Loading

0 comments on commit 0d6d253

Please sign in to comment.