From 20c36c3a3b8e588489088b4cca07aee21012edee Mon Sep 17 00:00:00 2001 From: mzn Date: Sat, 7 Jun 2008 07:08:29 +0000 Subject: [PATCH] Minor corrections. --- idl/VISU_Gen.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index 1fb8fa03..f79261a4 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -1619,14 +1619,14 @@ module VISU { /*! Sets the type of presentation (vectors, deformed shape etc.) * which will be generated by the method generatePresentations. * \note \c addField() method should be called before in order to add field - * with number \c theFieldNum. + * with number theFieldNum. */ void setPresentationType(in long theFieldNum, in VISUType theType); /*! Gets the type of presentation (vectors, deformed shape etc.) which will * be generated by the method generatePresentations. * \note \c addField() method should be called before in order to add field - * with number \c theFieldNum. + * with number theFieldNum. */ VISUType getPresentationType(in long theFieldNum); -- 2.39.2