Skip to content

Commit e6825a3

Browse files
committed
removed offending
-#include <boost/phoenix.hpp>
1 parent d477f97 commit e6825a3

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

generalD_1_2.code.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ GeneralD12Code::GeneralD12Code(Spins & sigma, const HyperCube & cube, const doub
7878

7979
sigma.resize(N1); //these are the degrees of freedom (1 cells)
8080
//sigma.randomize();
81-
for (int i=0; i<L_*L_; i++) { //Wz = -1
82-
//sigma.flip(D_*i+0);
83-
sigma.flip(D_*i+2);
84-
}
81+
//for (int i=0; i<L_*L_; i++) { //Wz = -1
82+
// //sigma.flip(D_*i+0);
83+
// sigma.flip(D_*i+2);
84+
//}
8585

8686
//use it to built the sigma-z plaquettes
8787
vector <int> temp;

param.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
0.2
55
2.0
66
0.1
7-
1
8-
1
7+
1000
8+
2000
99
1
1010
109844

percolation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Fricke's code available at:
165165
http://www.ocf.berkeley.edu/~fricke/projects/hoshenkopelman/hoshenkopelman.html
166166
*/
167167

168-
#include <boost/phoenix.hpp>
168+
//#include <boost/phoenix.hpp>
169169
#include <algorithm>
170170
#include <cassert>
171171
#include <new>

0 commit comments

Comments
 (0)