CActuatorMuscle : sUInt == ssize_t on 32 bit systems..

Issue #59 resolved
Samir Menon repo owner created an issue

So the mapped list in CActuatorMuscle.hpp doesn't work on 32 bit systems.

Replace with: /* The set of generalized coordinates spanned by this muscle / sutil::CMappedList<unsigned long,SViaPointSet> via_point_set_;

Also consider generic flags for 32 vs. 64 bit #if ((ULONG_MAX) == (UINT_MAX)) # define IS32BIT #else # define IS64BIT #endif

Comments (6)

  1. Log in to comment