-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fortranlib
updated
13 files
+22 −0 | .f2py_f2cmap | |
+1 −0 | .gitignore | |
+32 −1 | Makefile | |
+13 −0 | mod_f2py.F90 | |
+21 −0 | mod_f2py/sub_hypergeometric.f90 | |
+19 −0 | mod_f2py/sub_t_CDF.f90 | |
+19 −0 | mod_f2py/sub_t_PDF.f90 | |
+1 −0 | mod_safe/func_hypergeometric.f90 | |
+32 −15 | mod_safe/func_t_CDF.f90 | |
+23 −6 | mod_safe/func_t_PDF.f90 | |
+77 −0 | tests/func_t_CDF.py | |
+68 −0 | tests/func_t_PDF.py | |
+16 −1 | tests/test15.F90 |