[cig-commits] r11229 - cs/avm/trunk

tan2 at geodynamics.org tan2 at geodynamics.org
Thu Feb 21 13:18:23 PST 2008


Author: tan2
Date: 2008-02-21 13:18:23 -0800 (Thu, 21 Feb 2008)
New Revision: 11229

Modified:
   cs/avm/trunk/avm-partition.c
Log:
Fixed a small bug

Modified: cs/avm/trunk/avm-partition.c
===================================================================
--- cs/avm/trunk/avm-partition.c	2008-02-21 21:18:02 UTC (rev 11228)
+++ cs/avm/trunk/avm-partition.c	2008-02-21 21:18:23 UTC (rev 11229)
@@ -96,6 +96,7 @@
         if (old_type == -1) {
             /* first time in loop */
             old_type = model_type;
+            old_num_columns = num_columns;
             old_num_compositions = num_compositions;
 
             /* select and setup elastic model for later use */



More information about the cig-commits mailing list