komahanb / time-marching-adjoint

Implicit time marching for differential systems of any order with adjoint sensitivities
https://komahanb.github.io/time-marching-adjoint
Apache License 2.0
7 stars 1 forks source link

rotation missing? #1

Closed MagaFem closed 6 years ago

MagaFem commented 6 years ago

Tried to build and the code for rotation appears to be missing. Is this correct? Can I take the one from the repository multibody-dynamics?

komahanb commented 6 years ago

There was an unnecessary dependency on rotation.f90 file, which is removed now. The code compiles and runs. Thanks!