source: callbacktest.f@ 2ebb8b6

Last change on this file since 2ebb8b6 was e40e335, checked in by baerbaer <baerbaer@…>, 16 years ago

Initial import to BerliOS corresponding to 3.0.4

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

  • Property mode set to 100644
File size: 206 bytes
Line 
1 subroutine metropolis(eol,enw,dummy)
2cf2py real*8 intent(in,out) eol
3cf2py 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.