Chrono 7 has renamed some ANCF resources, causing compilation to fail with e.g.
proteus/mbd/ProtChMoorings.h:13:10: fatal error: chrono/fea/ChElementBeamANCF.h: No such file or directory
13 | #include "chrono/fea/ChElementBeamANCF.h"
Presumably just needs some #ifs in the right place to include the new names.
Chrono 7 has renamed some ANCF resources, causing compilation to fail with e.g.
Presumably just needs some
#if
s in the right place to include the new names.