Fixe formatting.

This commit is contained in:
jgoppert
2015-10-25 11:36:49 -04:00
committed by Lorenz Meier
parent 99fb498cd2
commit bc874ddbe5
+1 -1
View File
@@ -523,7 +523,7 @@ int blockRandUniformTest()
}
ASSERT_CL(equal(mean, (blockRandUniform.getMin() +
blockRandUniform.getMax()) / 2, 1e-1));
blockRandUniform.getMax()) / 2, 1e-1));
printf("PASS\n");
return 0;
}