[cig-commits] r4142 - in long/3D/Gale/trunk/src/StGermain: .
Discretisation/Utils/src
walter at geodynamics.org
walter at geodynamics.org
Tue Aug 1 01:53:29 PDT 2006
Author: walter
Date: 2006-08-01 01:53:28 -0700 (Tue, 01 Aug 2006)
New Revision: 4142
Modified:
long/3D/Gale/trunk/src/StGermain/
long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/Sync.c
Log:
r2608 at earth: boo | 2006-08-01 01:50:37 -0700
r2587 at earth (orig r3710): LukeHodkinson | 2006-07-26 20:30:15 -0700
Removed an overly restrictive assertion. Sometimes we
need to check of a global index can be mapped to
a domain index without breaking the code.
Property changes on: long/3D/Gale/trunk/src/StGermain
___________________________________________________________________
Name: svk:merge
- 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:2607
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3709
+ 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:2608
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3710
Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/Sync.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/Sync.c 2006-08-01 08:53:25 UTC (rev 4141)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Utils/src/Sync.c 2006-08-01 08:53:28 UTC (rev 4142)
@@ -514,7 +514,6 @@
assert( self );
assert( self->globalMap );
assert( gInd < self->nGlobal );
- assert( self->globalMap[gInd] != (unsigned)-1 );
return self->globalMap[gInd];
}
More information about the cig-commits
mailing list