Skip to content
Snippets Groups Projects
Commit e48e2b0a authored by Lutz Klinkenberg's avatar Lutz Klinkenberg
Browse files

fixed comment

parent b32ab8a1
Branches
Tags
No related merge requests found
......@@ -162,7 +162,7 @@ TEST(EquivalenceCheck, randomWalk) {
*
0:
1: if (s > 0) {
2: { s:=1 } [1/2] { s:= 2 }
2: { s:= s+1 } [1/2] { s:= s-1 }
3: c := c + 1
4: if(s > 0) {
5: tmp := iid(Dist{ (1 - sqrt(1-c^2)) / c }, s)
......@@ -188,4 +188,4 @@ TEST(EquivalenceCheck, randomWalk) {
Dist res2 = l10;
ASSERT_EQ(res1, res2);
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment