Changeset 32289cd for outvar.f


Ignore:
Timestamp:
11/19/09 11:29:41 (14 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
38d77eb
Parents:
6650a56
Message:

Explicitly declare variables.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • outvar.f

    r6650a56 r32289cd  
    44!
    55! Copyright 2005       Frank Eisenmenger, U.H.E. Hansmann,
    6 !                      Shura Hayryan, Chin-Ku 
     6!                      Shura Hayryan, Chin-Ku
    77! Copyright 2007       Frank Eisenmenger, U.H.E. Hansmann,
    88!                      Jan H. Meinke, Sandipan Mohanty
    99!
    1010! **************************************************************
    11  
     11
    1212      subroutine outvar(nml,fileName)
    13  
     13
    1414!--------------------------------------------------------------------
    15 !       Output of variables of the current protein conformation 
    16 !- 
     15!       Output of variables of the current protein conformation
     16!-
    1717!       nml != 0       :     molecule index
    1818!       nml  = 0       :     all molecules
     
    2424
    2525      include 'INCL.H'
     26
     27      integer nml, ibegst, iout
    2628
    2729      character*(*) fileName
     
    4951
    5052      include 'INCL.H'
     53
     54      integer nml, im1, im2, iml, i, iout, ibegst, ifivr, is, nursvr, it
    5155
    5256      character mlfd*7,strg(6)*17
Note: See TracChangeset for help on using the changeset viewer.