]> git.treefish.org Git - phys/heatbath.git/commitdiff
...
authorAlexander Schmidt <alex@treefish.org>
Mon, 25 Nov 2013 15:09:35 +0000 (16:09 +0100)
committerAlexander Schmidt <alex@treefish.org>
Mon, 25 Nov 2013 15:09:35 +0000 (16:09 +0100)
sim-1mr-.hpp

index 01701b959f5651b3cfe7d9d25a7ccbb55b484c03..a7cde920559d17bdd0ef4bd55d542057aff201ad 100644 (file)
@@ -43,7 +43,6 @@ sim::sim(o815 *_O815) : o815::sim( _O815,
 
 void sim::updatePhi (const int& x) 
 {
-  const double theta = gsl_rng_uniform(rangsl) * 2*M_PI;
   complex<double> V=0;
 
   for (int nu=0; nu<4; nu++)