Commit d4cc7f5
committed
test(benchmark): Fix GridSpacing initializer in world coords benchmark
Changed GridSpacing({128}) to GridSpacing({128, 128, 128}) in the
"Create and destroy World" benchmark. Single-value initializer only
sets x-dimension to 128, leaving y and z as 0, which fails coordinate
system validation requiring spacing > 0 in all dimensions.
Also added .0 suffix to make Real3 type usage explicit.
Fixes "Spacing must be positive" benchmark failure.1 parent 0d7aed4 commit d4cc7f5
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| |||
0 commit comments