[Commits] [svn:einsteintoolkit] WeylScal4/trunk/ (Rev. 116)

tanja.bode at physics.gatech.edu tanja.bode at physics.gatech.edu
Thu May 3 12:49:32 CDT 2012


User: tbode
Date: 2012/05/03 12:49 PM

Modified:
 /trunk/
  interface.ccl
 /trunk/src/
  RegisterSymmetries.cc

Log:
 Regenerated thorn with Psi3r parity change.

File Changes:

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

File [modified]: RegisterSymmetries.cc
Delta lines: +3 -3
===================================================================
--- trunk/src/RegisterSymmetries.cc	2012-05-03 17:48:54 UTC (rev 115)
+++ trunk/src/RegisterSymmetries.cc	2012-05-03 17:49:32 UTC (rev 116)
@@ -91,9 +91,9 @@
   sym[2] = 1;
   SetCartSymVN(cctkGH, sym, "WeylScal4::Psi3i");
   
-  sym[0] = -1;
-  sym[1] = -1;
-  sym[2] = 1;
+  sym[0] = 1;
+  sym[1] = 1;
+  sym[2] = -1;
   SetCartSymVN(cctkGH, sym, "WeylScal4::Psi3r");
   
   sym[0] = -1;

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

File [modified]: interface.ccl
Delta lines: +1 -1
===================================================================
--- trunk/interface.ccl	2012-05-03 17:48:54 UTC (rev 115)
+++ trunk/interface.ccl	2012-05-03 17:49:32 UTC (rev 116)
@@ -119,7 +119,7 @@
 } "Psi3i_group"
 
 public:
-CCTK_REAL Psi3r_group type=GF timelevels=3 tags='tensortypealias="ManualCartesian" tensorweight=0 cartesianreflectionparities="--+"'
+CCTK_REAL Psi3r_group type=GF timelevels=3 tags='tensortypealias="ManualCartesian" tensorweight=0 cartesianreflectionparities="++-"'
 {
   Psi3r
 } "Psi3r_group"



More information about the Commits mailing list