Changeset bd2278d for cnteny.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
  • cnteny.f

    r2ebb8b6 rbd2278d  
    1 c **************************************************************
    2 c
    3 c This file contains the subroutines: cnteny
    4 c
    5 c Copyright 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: cnteny
     4!
     5! Copyright 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
    1212      subroutine cnteny(nml)
    1313
    14 c ................................................................................
    15 c PURPOSE: Calculate atomic contact energy of molecule 'nml' with ECEPP parameters
    16 c
    17 c CALLS: nursat
    18 c ................................................................................
     14! ................................................................................
     15! PURPOSE: Calculate atomic contact energy of molecule 'nml' with ECEPP parameters
     16!
     17! CALLS: nursat
     18! ................................................................................
    1919
    2020      include 'INCL.H'
     
    3131      if (ntlvr.eq.0) then
    3232        write (*,'(a,i4)')
    33      #           ' cnteny> No variables defined in molecule #',nml
     33     &           ' cnteny> No variables defined in molecule #',nml
    3434        return
    3535      endif
     
    178178          ir=nursat(i)
    179179          write(*,'(1x,i4,1x,a4,1x,a4,a2,e11.4)') ir,seq(ir),nmat(i),
    180      #                                            ': ',ey
     180     &                                            ': ',ey
    181181        endif
    182182      enddo
Note: See TracChangeset for help on using the changeset viewer.