From 64532bcd1daf38f29fd7a7fd95e4b4922d653606 Mon Sep 17 00:00:00 2001 From: Frederick Roy Date: Mon, 29 Jul 2024 16:43:11 +0900 Subject: [PATCH] fix for gcc (#1) --- src/Cosserat/mapping/DiscreteCosseratMapping.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cosserat/mapping/DiscreteCosseratMapping.inl b/src/Cosserat/mapping/DiscreteCosseratMapping.inl index 0421573d..3f815b72 100644 --- a/src/Cosserat/mapping/DiscreteCosseratMapping.inl +++ b/src/Cosserat/mapping/DiscreteCosseratMapping.inl @@ -141,7 +141,7 @@ void DiscreteCosseratMapping::apply( Vec3 origin = frame.getOrigin(); Quat orientation = frame.getOrientation(); - out[i] = OutCoord(origin, orientation); + out[i] = sofa::Coord_t(origin, orientation); } // If the printLog attribute is checked then print distance between out