Browse Source

Fixe formatting.

sbg
jgoppert 9 years ago committed by Lorenz Meier
parent
commit
bc874ddbe5
  1. 2
      src/modules/controllib/blocks.cpp

2
src/modules/controllib/blocks.cpp

@ -523,7 +523,7 @@ int blockRandUniformTest() @@ -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;
}

Loading…
Cancel
Save