Skip to content

Commit

Permalink
Remove obsolete source files
Browse files Browse the repository at this point in the history
  • Loading branch information
keskitalo committed Feb 6, 2019
1 parent 03beb92 commit ea5a35f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 285 deletions.
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ libconviqt_la_SOURCES = \
conviqt_math.cpp \
conviqt_io.cpp \
conviqt_util.cpp \
wignercalc.cpp \
cconviqt.cpp

libconviqt_la_LIBADD = \
Expand Down
9 changes: 0 additions & 9 deletions src/conviqt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,6 @@ private :
void timing_line(std::string label, double timer, long counter);
};

// wignercalc.cpp

double xpow(int expo, double val);
void wignerCalc(tsize n, tsize mmax, double theta, levels::arr2<double> &d);
void wignerCalcGeneral(tsize n, tsize mmax, double theta, levels::arr2<double> &d);
void wignerCalcHalfpi(tsize n, tsize mmax, levels::arr2<double> &d);
double wignerCalc00_halfpi(tsize n);
double wignerCalc00(double theta, tsize n);

// conviqt_util.cpp

void sift_down_DL(levels::arr<double> &ra, levels::arr<long> &brr, const int l, const int r);
Expand Down
Empty file removed src/libconviqt_io.cpp
Empty file.
275 changes: 0 additions & 275 deletions src/wignercalc.cpp

This file was deleted.

0 comments on commit ea5a35f

Please sign in to comment.