[adms] 07/11: fix instance related assertions

felix salfelder felix-guest at moszumanska.debian.org
Thu May 15 07:07:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch debian
in repository adms.

commit 98d1dd416ae162da4972bbe4784e544b77bba046
Author: Felix Salfelder <felix at em.cs.uni-frankfurt.de>
Date:   Sat Jul 28 18:09:55 2012 +0200

    fix instance related assertions
---
 admsXml/adms.implicit.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/admsXml/adms.implicit.xml b/admsXml/adms.implicit.xml
index 9fde33e..c60982f 100644
--- a/admsXml/adms.implicit.xml
+++ b/admsXml/adms.implicit.xml
@@ -502,10 +502,10 @@
   </admst:for-each>
   <admst:for-each select="instance">
     <admst:push into="module/instantiator" select=".." onduplicate="ignore"/>
-    <admst:assert select="terminal" test="nodefrommodule[location='external']"
-                  format="%(../instantiator).%(nodefrommodule/name): is not terminal\n"/>
-    <admst:assert select="parameterset" test="parameter[input='yes']"
-                  format="%(../instantiator).%(parameter/name): is not input parameter\n"/>
+    <admst:assert select="terminal" test="terminal[nodefrommodule/location='external']"
+                  format="%(../instantiator).%(nodefrommodule/name): is not terminal\n"/> 
+    <admst:assert select="parameterset" test="parameterset[parameter/input='yes']"
+                  format="%(../instantiator).%(parameter/name): is not input parameter\n"/> 
   </admst:for-each>
   <admst:apply-templates select="(analogfunction/tree)|(analog/code)" match="dependency"/>
   <admst:for-each select="variable">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adms.git



More information about the debian-science-commits mailing list