Changeset bd2278d for nursvr.f


Ignore:
Timestamp:
09/05/08 11:49:42 (16 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
fafe4d6
Parents:
2ebb8b6
Message:

Reformatting comments and continuation marks.

Fortran 90 and higher use ! to mark comments no matter where they are in the
code. The only valid continuation marker is &.
I also added the SMMP.kdevelop.filelist to the repository to make it easier
to use kdevelop.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nursvr.f

    r2ebb8b6 rbd2278d  
    1 c**************************************************************
    2 c
    3 c This file contains the subroutines: nursvr, nursat
    4 c
    5 c Copyright 2003-2005  Frank Eisenmenger, U.H.E. Hansmann,
    6 c                      Shura Hayryan, Chin-Ku
    7 c Copyright 2007       Frank Eisenmenger, U.H.E. Hansmann,
    8 c                      Jan H. Meinke, Sandipan Mohanty
    9 c
    10 c **************************************************************
     1!**************************************************************
     2!
     3! This file contains the subroutines: nursvr, nursat
     4!
     5! Copyright 2003-2005  Frank Eisenmenger, U.H.E. Hansmann,
     6!                      Shura Hayryan, Chin-Ku
     7! Copyright 2007       Frank Eisenmenger, U.H.E. Hansmann,
     8!                      Jan H. Meinke, Sandipan Mohanty
     9!
     10! **************************************************************
    1111      integer*4 function nursvr(ivr)
    1212
    13 c ...........................................................
    14 c  PURPOSE: defines index of residue for given variable 'ivr'
    15 c
    16 c  CALLS: none
    17 c
    18 c ...........................................................
     13! ...........................................................
     14!  PURPOSE: defines index of residue for given variable 'ivr'
     15!
     16!  CALLS: none
     17!
     18! ...........................................................
    1919      include 'INCL.H'
    2020
     
    3636      end
    3737
    38 c **********************************
     38! **********************************
    3939      integer*4 function nursat(iat)
    4040
    41 c .......................................................
    42 c  PURPOSE: defines index of residue for given atom 'iat'
    43 c .......................................................
     41! .......................................................
     42!  PURPOSE: defines index of residue for given atom 'iat'
     43! .......................................................
    4444
    4545      include 'INCL.H'
Note: See TracChangeset for help on using the changeset viewer.