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

    r2ebb8b6 rbd2278d  
    11      subroutine metropolis(eol,enw,dummy)
    2 cf2py real*8 intent(in,out) eol
    3 cf2py real*8 intent(in,out) enw
     2!f2py real*8 intent(in,out) eol
     3!f2py real*8 intent(in,out) enw
    44        external dummy
    55        delta =  dummy(enw) - dummy(eol)
Note: See TracChangeset for help on using the changeset viewer.