Skip to content
Snippets Groups Projects
Commit eda9d43a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

typo
parent f84e92c1
No related branches found
No related tags found
No related merge requests found
// $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 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -64,8 +64,8 @@ void GMSH_EigenvectorsPlugin::getInfos(char *author, char *copyright, char *help ...@@ -64,8 +64,8 @@ void GMSH_EigenvectorsPlugin::getInfos(char *author, char *copyright, char *help
"If `ScaleByEigenvalues' is set, each\n" "If `ScaleByEigenvalues' is set, each\n"
"eigenvector is scaled by its associated\n" "eigenvector is scaled by its associated\n"
"eigenvalue. The plugin gives an error if\n" "eigenvalue. The plugin gives an error if\n"
"the eigenvalues are complex. If `iView'\n" "the eigenvectors are complex. If `iView'\n"
"< 0, the plugin is on the current view.\n" "< 0, the plugin is run on the current view.\n"
"\n" "\n"
"Plugin(Eigenvectors) creates three new\n" "Plugin(Eigenvectors) creates three new\n"
"vector views.\n"); "vector views.\n");
......
...@@ -199,8 +199,8 @@ the value of the associated eigenvalues. ...@@ -199,8 +199,8 @@ the value of the associated eigenvalues.
If `ScaleByEigenvalues' is set, each If `ScaleByEigenvalues' is set, each
eigenvector is scaled by its associated eigenvector is scaled by its associated
eigenvalue. The plugin gives an error if eigenvalue. The plugin gives an error if
the eigenvalues are complex. If `iView' the eigenvectors are complex. If `iView'
< 0, the plugin is on the current view. < 0, the plugin is run on the current view.
Plugin(Eigenvectors) creates three new Plugin(Eigenvectors) creates three new
vector views. vector views.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment