@@ -365,7 +365,7 @@
<#if vo.mathfunc??>
<mathematical>
<mathFunc mapType="complex" uID="mathFunc1">
- <#list vo.mathfuncvo as mfv>
+ <#list vo.mathfuncvos as mfv>
<${mfv.code} mapType="double">${mfv.value}</${mfv.code}>
</#list>
</mathFunc>