source: callbacktest.f

Last change on this file was bd2278d, checked in by baerbaer <baerbaer@…>, 16 years ago

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

  • Property mode set to 100644
File size: 206 bytes
Line 
1 subroutine metropolis(eol,enw,dummy)
2!f2py real*8 intent(in,out) eol
3!f2py real*8 intent(in,out) enw
4 external dummy
5 delta = dummy(enw) - dummy(eol)
6 write (*,*) delta
7 end
Note: See TracBrowser for help on using the repository browser.