Curvature regulators #80

Merged
glen merged 21 commits from Vectornaut/dyna3:curvature-regulators into main 2025-04-21 23:40:43 +00:00
Showing only changes of commit 96e4a34fa1 - Show all commits

View file

@ -535,8 +535,8 @@ mod tests {
let subjects = [0, 1].map(|k| {
elts.insert(
Element::new(
"sphere{k}".to_string(),
"Sphere {k}".to_string(),
format!("sphere{k}"),
format!("Sphere {k}"),
[1.0_f32, 1.0_f32, 1.0_f32],
engine::sphere(0.0, 0.0, 0.0, 1.0)
)