[Commits] [svn:einsteintoolkit] NoExcision/trunk/src/ (Rev. 34)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Fri May 11 11:50:34 CDT 2012


User: eschnett
Date: 2012/05/11 11:50 AM

Modified:
 /trunk/src/
  reduce.F90

Log:
 Remove #warning

File Changes:

Directory: /trunk/src/
======================

File [modified]: reduce.F90
Delta lines: +2 -1
===================================================================
--- trunk/src/reduce.F90	2012-05-05 13:52:50 UTC (rev 33)
+++ trunk/src/reduce.F90	2012-05-11 16:50:34 UTC (rev 34)
@@ -52,7 +52,8 @@
 
         dist2 = (x - cx)**2 + (y - cy)**2 + (z - cz)**2
 
-#warning "TODO: reduce not only the RHS, but also drive the variables towards Minkowski"
+        ! TODO: reduce not only the RHS, but also drive the variables
+        ! towards Minkowski
         where (dist2 <= 1)
            rhs = smooth (rhs, rhs * reduction_factor(n), dist2)
         end where



More information about the Commits mailing list