X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/eb8194d0b056a8a616c23532966faafbc3f24be4..4b4dcf9a4b5a913c1574a9cc1aa479f1aa35a003:/sim-r.hpp diff --git a/sim-r.hpp b/sim-r.hpp index 0cbce5e..c3b6888 100644 --- a/sim-r.hpp +++ b/sim-r.hpp @@ -51,7 +51,7 @@ void sim::updatePhi (const int& x) V += conf[ (*nb)[x*4+nu] ].phi; conf[x].phi = sqrt(std::log( 1./(1-r) )) / sqrt(M) - * complex( cos(theta), sin(theta) ) + * polar(1.0, theta) + V / M; }