diff --git a/Plugin/Eigenvectors.cpp b/Plugin/Eigenvectors.cpp index 81aba76b352bf46bdaef4a67e2cf7ddebe42e1f3..69bbd5a04cb53bc1cc61e28e4f91c227a29504ba 100644 --- a/Plugin/Eigenvectors.cpp +++ b/Plugin/Eigenvectors.cpp @@ -1,4 +1,4 @@ -// $Id: Eigenvectors.cpp,v 1.1 2004-12-10 03:35:29 geuzaine Exp $ +// $Id: Eigenvectors.cpp,v 1.2 2004-12-10 03:42:29 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -64,8 +64,8 @@ void GMSH_EigenvectorsPlugin::getInfos(char *author, char *copyright, char *help "If `ScaleByEigenvalues' is set, each\n" "eigenvector is scaled by its associated\n" "eigenvalue. The plugin gives an error if\n" - "the eigenvalues are complex. If `iView'\n" - "< 0, the plugin is on the current view.\n" + "the eigenvectors are complex. If `iView'\n" + "< 0, the plugin is run on the current view.\n" "\n" "Plugin(Eigenvectors) creates three new\n" "vector views.\n"); diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi index d98bab6edc63f5a03acfb67ba47d10427db842e5..38f4001467fbc95cce725a8d54375818842933d4 100644 --- a/doc/texinfo/opt_plugin.texi +++ b/doc/texinfo/opt_plugin.texi @@ -199,8 +199,8 @@ the value of the associated eigenvalues. If `ScaleByEigenvalues' is set, each eigenvector is scaled by its associated eigenvalue. The plugin gives an error if -the eigenvalues are complex. If `iView' -< 0, the plugin is on the current view. +the eigenvectors are complex. If `iView' +< 0, the plugin is run on the current view. Plugin(Eigenvectors) creates three new vector views.