[Swift-commit] r7887 - trunk/src/org/griphyn/vdl/mapping/nodes

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Thu May 29 15:51:00 CDT 2014


Author: hategan
Date: 2014-05-29 15:51:00 -0500 (Thu, 29 May 2014)
New Revision: 7887

Modified:
   trunk/src/org/griphyn/vdl/mapping/nodes/InitMapper.java
Log:
run non-composite mapped data through the DMC

Modified: trunk/src/org/griphyn/vdl/mapping/nodes/InitMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/nodes/InitMapper.java	2014-05-29 16:49:40 UTC (rev 7886)
+++ trunk/src/org/griphyn/vdl/mapping/nodes/InitMapper.java	2014-05-29 20:51:00 UTC (rev 7887)
@@ -186,6 +186,7 @@
                 return;
             }
             if (!root.getType().isComposite()) {
+                checkConsistency(root, root, dmc);
                 return;
             }
             // Static mappers are (array) mappers which know the size of




More information about the Swift-commit mailing list