Skip to content

Commit

Permalink
fixes to halton409
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetil-lye committed Oct 21, 2019
1 parent 2a62a1d commit a77d618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion halton409/src/halton409.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

using namespace std;

# include "qmc/halton.hpp"
# include "qmc/halton409.hpp"

//****************************************************************************80

Expand Down
4 changes: 2 additions & 2 deletions halton409/src/halton409_api.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "qmc/halton_api.h"
#include "qmc/halton.hpp"
#include "qmc/halton409_api.h"
#include "qmc/halton409.hpp"
#include <memory>
#include <iostream>
extern "C" {
Expand Down

0 comments on commit a77d618

Please sign in to comment.