headmyshoulder / odeint-v2

odeint - solving ordinary differential equations in c++ v2
http://headmyshoulder.github.com/odeint-v2/
Other
337 stars 102 forks source link

Absolute submodule breaks checkout of boost #253

Open erikhugintech opened 3 years ago

erikhugintech commented 3 years ago

.gitmodules refers to a submodule by explicitly specifying git@github.com. This breaks recursive pulls of e.g. boost, if pulled using any access method besides ssh. Can you change the absolute submodule reference to relative?