[Commits] [svn:einsteintoolkit] NullSHRExtract/branches/tapir/src/	(Rev. 35)
    bela at caltech.edu 
    bela at caltech.edu
       
    Mon Nov 18 16:57:06 CST 2013
    
    
  
User: szilagyi
Date: 2013/11/18 04:57 PM
Modified:
 /branches/tapir/src/
  NullSHRE_modEta.F90
Log:
 Fix a bug in d(elld)/dt. This commit is also present in the master branch
File Changes:
Directory: /branches/tapir/src/
===============================
File [modified]: NullSHRE_modEta.F90
Delta lines: +1 -1
===================================================================
--- branches/tapir/src/NullSHRE_modEta.F90	2013-11-16 01:10:11 UTC (rev 34)
+++ branches/tapir/src/NullSHRE_modEta.F90	2013-11-18 22:57:06 UTC (rev 35)
@@ -92,7 +92,7 @@
           delld(4)%d = delld(4)%d &
                      - g(i,j)%d * dbeta(i,4)%d * sa(j)%d&
                      - g(i,j)%d * beta(i)%d * dsa(j,4)%d&
-                     - beta(i)%d * sa(j)%d !*dg(i,j,4)%d 
+                     - beta(i)%d * sa(j)%d  *dg(i,j,4)%d 
        end do
     end do
 
    
    
More information about the Commits
mailing list