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

    r2ebb8b6 rbd2278d  
    55! Copyright 2005       Frank Eisenmenger, U.H.E. Hansmann,
    66!                      Shura Hayryan, Chin-Ku
    7 c Copyright 2007       Frank Eisenmenger, U.H.E. Hansmann,
    8 c                      Jan H. Meinke, Sandipan Mohanty
     7! Copyright 2007       Frank Eisenmenger, U.H.E. Hansmann,
     8!                      Jan H. Meinke, Sandipan Mohanty
    99!
    1010! **************************************************************
     
    7070
    7171        if ( gbpr(1,iml).ne.zero
    72      #   .or.gbpr(2,iml).ne.zero
    73      #   .or.gbpr(3,iml).ne.zero
    74      #   .or.gbpr(4,iml).ne.zero
    75      #   .or.gbpr(5,iml).ne.zero
    76      #   .or.gbpr(6,iml).ne.zero ) then
     72     &   .or.gbpr(2,iml).ne.zero
     73     &   .or.gbpr(3,iml).ne.zero
     74     &   .or.gbpr(4,iml).ne.zero
     75     &   .or.gbpr(5,iml).ne.zero
     76     &   .or.gbpr(6,iml).ne.zero ) then
    7777
    7878          do i = 1,3
     
    8484
    8585          write(iout,'(1x,2a,1x,12a)')
    86      #    '@ ',mlfd,(strg(i)(ibegst(strg(i)):),',',i=1,5),
    87      #    strg(6)(ibegst(strg(6)):)
     86     &    '@ ',mlfd,(strg(i)(ibegst(strg(i)):),',',i=1,5),
     87     &    strg(6)(ibegst(strg(6)):)
    8888
    8989        endif
     
    9797
    9898            write(iout,'(3x,a,i3,1x,a,1x,a,1x,a,1x,f10.3)')
    99      #        mlfd,(nursvr(i)-is),':',nmvr(i),':',vlvr(i)*crd
     99     &        mlfd,(nursvr(i)-is),':',nmvr(i),':',vlvr(i)*crd
    100100          else
    101101
     
    105105
    106106              write(iout,'(3x,a,i3,1x,a,1x,a,1x,a,1x,f10.3,1x,a)')
    107      #          mlfd,(nursvr(i)-is),':',nmvr(i),':',vlvr(i)*crd
    108      #          ,' &'
     107     &          mlfd,(nursvr(i)-is),':',nmvr(i),':',vlvr(i)*crd
     108     &          ,' &'
    109109            endif
    110110
Note: See TracChangeset for help on using the changeset viewer.