giacrossi / WenOOF

WENO interpolation Object Oriented Fortran library
3 stars 0 forks source link

Git submodule update #6

Closed szaghi closed 8 years ago

szaghi commented 8 years ago

You are not using the latest master release of WenOOF git submodule, please update to the master branches.

To be sure you'll always point to the master releases, modify your .gitmodules configuration as following:

[submodule "external/pyplot-fortran"]
  path = src/third_party/pyplot-fortran
  url = https://github.com/jacobwilliams/pyplot-fortran
  branch = master
[submodule "src/third_party/PENF"]
  path = src/third_party/PENF
  url = https://github.com/szaghi/PENF
  branch = master

Note the additions of branch = master option.

giacrossi commented 8 years ago

Done in commit dd12540b40e68be4eb13aa757f87e6b5558cb75f