ktongue commited on
Commit
f01293d
·
verified ·
1 Parent(s): 1a71bfd

Upload hf_env/lib/python3.14/site-packages/numpy/f2py/tests/src/assumed_shape/precision.f90 with huggingface_hub

Browse files
hf_env/lib/python3.14/site-packages/numpy/f2py/tests/src/assumed_shape/precision.f90 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ module precision
2
+ integer, parameter :: rk = selected_real_kind(8)
3
+ integer, parameter :: ik = selected_real_kind(4)
4
+ end module