You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps HamiltonianSystem should be defined in https://github.com/JuliaGNI/GeometricIntegratorsBase.jl and then imported by GeometricIntegrators and EulerLagrange so that we don't have the conflict when using both packages?
Get the problem when include using GeometricIntegrators and using EulerLagrange in a problem module. Remove using GeometricIntegrators could work, but both packages do export HamiltonianSystem
Perhaps
HamiltonianSystem
should be defined in https://github.com/JuliaGNI/GeometricIntegratorsBase.jl and then imported byGeometricIntegrators
andEulerLagrange
so that we don't have the conflict when using both packages?(issue was raised by @ZeyuanLee)
The text was updated successfully, but these errors were encountered: