Changeset cb47b9c for init_molecule.f


Ignore:
Timestamp:
11/19/09 11:29:16 (14 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
2d5d396
Parents:
ffd2d46
Message:

Explicitly declare variables.

All variables should be declared so that we can remove the implicit statements
from the beginning of the INCL.H file.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@25 26dc1dd8-5c4e-0410-9ffe-d298b4865968

File:
1 edited

Legend:

Unmodified
Added
Removed
  • init_molecule.f

    rffd2d46 rcb47b9c  
    3232      include 'INCP.H'
    3333
    34 !f2py character*80 optional, intent(in) :: seqfile = ' '
    35 !f2py character*80 optional, intent(in) :: varfile = ' '
     34Cf2py character*80 optional, intent(in) :: seqfile = ' '
     35Cf2py character*80 optional, intent(in) :: varfile = ' '
    3636     
    3737      character grpn*4,grpc*4
Note: See TracChangeset for help on using the changeset viewer.