[cig-commits] commit: Was referring to something that no longer exists.

Mercurial hg at geodynamics.org
Mon Nov 24 11:30:59 PST 2008


changeset:   95:80b2838f7e04
user:        LukeHodkinson
date:        Wed May 14 02:42:54 2008 +0000
files:       MaterialPoints/src/PeriodicBoundariesManager.c
description:
Was referring to something that no longer exists.


diff -r 89a5f46f22b4 -r 80b2838f7e04 MaterialPoints/src/PeriodicBoundariesManager.c
--- a/MaterialPoints/src/PeriodicBoundariesManager.c	Tue May 13 09:09:56 2008 +0000
+++ b/MaterialPoints/src/PeriodicBoundariesManager.c	Wed May 14 02:42:54 2008 +0000
@@ -38,7 +38,7 @@
 **  License along with this library; if not, write to the Free Software
 **  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 **
-** $Id: PeriodicBoundariesManager.c 556 2008-03-28 06:41:03Z RobertTurnbull $
+** $Id: PeriodicBoundariesManager.c 569 2008-05-14 02:42:54Z LukeHodkinson $
 **
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
@@ -56,6 +56,8 @@
 
 #include <string.h>
 #include <assert.h>
+
+char IJKTopology_DimNumToDimLetter[3] = {'I', 'J', 'K'};
 
 /* Textual name of this class */
 const Type PeriodicBoundariesManager_Type = "PeriodicBoundariesManager";



More information about the CIG-COMMITS mailing list