10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00

Removed irpf90.exe from repo

This commit is contained in:
Anthony Scemama 2013-07-02 01:39:03 +02:00
parent 07fdfc46ff
commit 6f6d8d0a2a
3 changed files with 3 additions and 2 deletions

1
src/.gitignore vendored
View File

@ -2,3 +2,4 @@
*.so *.so
build/* build/*
*~ *~
irpf90.exe

Binary file not shown.

View File

@ -35,8 +35,8 @@ re_decl = re.compile( "".join( [ r"^\ *",
r"|logical[(::)?\* ,]+", r"|logical[(::)?\* ,]+",
r"|character[(::)?\* ,]+", r"|character[(::)?\* ,]+",
r"|real[(::)?\* ,]+", r"|real[(::)?\* ,]+",
r"|dimension *(::)?", r"|dimension[(::)?\* ,]+",
r"|parameter *(::)?", r"|parameter[(::)?\* ,]+",
r"|data */", r"|data */",
r"|allocatable *(::)?", r"|allocatable *(::)?",
r"|common */", r"|common */",