Created starter files for the project.
This commit is contained in:
commit
73f0c0db42
1992 changed files with 769897 additions and 0 deletions
11
venv/Lib/site-packages/numpy/f2py/tests/src/common/block.f
Normal file
11
venv/Lib/site-packages/numpy/f2py/tests/src/common/block.f
Normal file
|
@ -0,0 +1,11 @@
|
|||
SUBROUTINE INITCB
|
||||
DOUBLE PRECISION LONG
|
||||
CHARACTER STRING
|
||||
INTEGER OK
|
||||
|
||||
COMMON /BLOCK/ LONG, STRING, OK
|
||||
LONG = 1.0
|
||||
STRING = '2'
|
||||
OK = 3
|
||||
RETURN
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue