Skip to content

Commit

Permalink
Fixed bad lib links
Browse files Browse the repository at this point in the history
  • Loading branch information
XaBerr committed Apr 23, 2020
1 parent 1982709 commit 5d3f55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/models/Ising2d.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "Ising2d.h"
#include "../../include/QMC-methods/Uniform.h"
#include "../libs/Uniform.h"
#include <cmath>
#include <limits>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion src/models/Ising2dTransverse.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "Ising2dTransverse.h"
#include "../../include/QMC-methods/Uniform.h"
#include "../libs/Uniform.h"
#include <cmath>
#include <limits>
#include <algorithm>
Expand Down

0 comments on commit 5d3f55a

Please sign in to comment.