Skip to content

Commit

Permalink
fleshed out the code a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
wsttiger committed Apr 15, 2016
1 parent 747ff74 commit 251dd73
Show file tree
Hide file tree
Showing 3 changed files with 2,131 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test_gl.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include "Matrix.h"
#include "gauss_legendre.h"
#include "twoscale.h"

int main(int argc, char** argv) {
real_matrix hg = TwoScaleCoeffs::instance()->hg(2);
print(hg);
return 0;
}
Loading

0 comments on commit 251dd73

Please sign in to comment.