erdc / proteus

A computational methods and simulation toolkit
http://proteustoolkit.org
MIT License
88 stars 56 forks source link

Chrono 7 renames ANCF headers #1258

Closed minrk closed 2 years ago

minrk commented 2 years ago

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.

cekees commented 2 years ago

Thanks @minrk ! I’ll take a look.

cekees commented 2 years ago

Fixed by #1261