Author: chatellier Date: 2009-05-07 16:44:32 +0000 (Thu, 07 May 2009) New Revision: 2198 Modified: isis-fish/trunk/src/main/resources/templates/prescript/factorprescript.ftl Log: Replace // comments by /* */ Modified: isis-fish/trunk/src/main/resources/templates/prescript/factorprescript.ftl =================================================================== --- isis-fish/trunk/src/main/resources/templates/prescript/factorprescript.ftl 2009-05-07 16:18:21 UTC (rev 2197) +++ isis-fish/trunk/src/main/resources/templates/prescript/factorprescript.ftl 2009-05-07 16:44:32 UTC (rev 2198) @@ -28,6 +28,8 @@ Or : context.setValue("K1", 2, "-"); + +WARNING: Script is compacted , don't put // comments --> <#setting locale="en_US"> <#compress> @@ -37,7 +39,7 @@ ConvertUtilsBean beanUtils = ConverterUtil.getConverter(null); <#list scenario.factors as factor> - // Factor : ${factor.name} + /* Factor : ${factor.name} */ <#-- Following is java instanceof equivalent --> <#if factor.domain.class.simpleName.equals("EquationContinuousDomain")> context.setValue("${factor.name}.${factor.domain.variableName}", ${factor.value}, "${factor.domain.operator}");
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org