Closed szaghi closed 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:
.gitmodules
[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.
branch = master
Done in commit dd12540b40e68be4eb13aa757f87e6b5558cb75f
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:Note the additions of
branch = master
option.