Thanks for the patch! I've created a merge-request for the same. It'll be merged in master soon.
https://gitlab.kitware.com/paraview/paraview/merge_requests/49 Utkarsh On Fri, Mar 27, 2015 at 3:54 AM, Kazuyoshi Furutaka <[email protected]> wrote: > diff --git a/CMake/smxml_to_xml.xsl b/CMake/smxml_to_xml.xsl > index 4b00e2a..fa4c77e 100644 > --- a/CMake/smxml_to_xml.xsl > +++ b/CMake/smxml_to_xml.xsl > @@ -124,7 +124,7 @@ > <xsl:template match="InputArrayDomain"> > <domain> > <text> > - The dataset much contain a field array (<xsl:value-of > select="@attribute_type"/>) > + The dataset must contain a field array (<xsl:value-of > select="@attribute_type"/>) > <xsl:if test="@number_of_components"> > with <xsl:value-of select="@number_of_components"/> component(s). > </xsl:if> > -- > Kazuyoshi Furutaka > furutaka _dot_ kazuyoshi _at_ jaea _dot_ go _dot_ jp > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
