diff --git a/tests/benchmarks/bench_functions.cpp b/tests/benchmarks/bench_functions.cpp index 583f70c..5274a25 100644 --- a/tests/benchmarks/bench_functions.cpp +++ b/tests/benchmarks/bench_functions.cpp @@ -11,9 +11,9 @@ namespace blast { TEST_CASE("Benchmark of .at() vs [] for std::vector", "[general]") { std::vector capsules(250); Capsule caps; - caps.p1 = {1, 1, 1}; - caps.p2 = {2, 2, 2}; - caps.r = 2.0; + caps.p1 = {1, 1, 1}; + caps.p2 = {2, 2, 2}; + caps.radius = 2.0; for (auto& capsule: capsules) { capsule = caps; }