Skip to content

Commit

Permalink
fixed erfcr example
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Oct 18, 2024
1 parent d6adde3 commit 6089f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/examples/periodic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set(EXAMPLE_SOURCES
testpercoul
erfcr
testfilter)

# Create executables for example applications
Expand Down
2 changes: 1 addition & 1 deletion src/examples/periodic/erfcr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <vector>
#include <cmath>

#include "/home/rjh/Devel/madtran/madness/src/madness/misc/gnuplot.h"
#include <madness/misc/gnuplot.h>

// Gaussian expansion of erfc(a*r)/r accurate to epsilon over [rlo,inf]
// Returns pair [coeffs,expnts]
Expand Down

0 comments on commit 6089f88

Please sign in to comment.