[Commits] [svn:einsteintoolkit] IDAxiBrillBH/trunk/src/ (Rev. 111)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Mon Jun 7 09:51:26 CDT 2010
User: knarf
Date: 2010/06/07 09:51 AM
Modified:
/trunk/src/
shmgp.F77
Log:
remove catch of wrong function-call because 'guessed' solution passes testsuites if tolerance is lowered to similar levels as other IDAxi-thorns
File Changes:
Directory: /trunk/src/
======================
File [modified]: shmgp.F77
Delta lines: +1 -1
===================================================================
--- trunk/src/shmgp.F77 2010-06-07 14:50:19 UTC (rev 110)
+++ trunk/src/shmgp.F77 2010-06-07 14:51:26 UTC (rev 111)
@@ -314,7 +314,7 @@
c definition below. The call passes three arguments too many.
c Maybe the three arguments pu(nic),pd(nic),pc(nic) should be
c omitted?
- call CCTK_WARN (CCTK_WARN_ABORT, "Trying to find out whether this line is reached")
+c call CCTK_WARN (CCTK_WARN_ABORT, "Trying to find out whether this line is reached")
c 6 call ursrhs(f(n5),f(n5c),pu(nic),pd(nic),pc(nic),ru(nic),
c + rd(nic),rc(nic),im,jm,jmc,m,k+1,jr,irc)
6 call ursrhs(f(n5),f(n5c),ru(nic),rd(nic),rc(nic),
More information about the Commits
mailing list