-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated a npy-library. This should reduce some bugs
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule NPY-for-Fortran
updated
11 files
+1 −0 | .gitignore | |
+1 −1 | CMakeLists.txt | |
+0 −61 | README.md | |
+0 −1 | _config.yml | |
+ − | example.npz | |
+ − | mtx.npy | |
+0 −183 | src/endian_swap.f90 | |
+30 −25 | src/example.f90 | |
+0 −952 | src/npy.F90 | |
+272 −0 | src/npy.f90 | |
+ − | vec.npy |