Skip to content

Commit

Permalink
fix for gcc (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy authored Jul 29, 2024
1 parent f929c17 commit 64532bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cosserat/mapping/DiscreteCosseratMapping.inl
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void DiscreteCosseratMapping<TIn1, TIn2, TOut>::apply(

Vec3 origin = frame.getOrigin();
Quat orientation = frame.getOrientation();
out[i] = OutCoord(origin, orientation);
out[i] = sofa::Coord_t<Out>(origin, orientation);
}

// If the printLog attribute is checked then print distance between out
Expand Down

0 comments on commit 64532bc

Please sign in to comment.