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

msg
parent 309bcd05
No related branches found
No related tags found
No related merge requests found
// $Id: PrincipalStresses.cpp,v 1.2 2004-12-08 05:38:56 geuzaine Exp $ // $Id: PrincipalStresses.cpp,v 1.3 2004-12-08 06:22:23 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -144,7 +144,7 @@ static void principal_stresses(List_T *inList, int inNb, int nbNod, int nbTime, ...@@ -144,7 +144,7 @@ static void principal_stresses(List_T *inList, int inNb, int nbNod, int nbTime,
delete [] B; delete [] B;
if(nbcomplex) if(nbcomplex)
Msg(GERROR, "%d elements have complex eigenvalues/eigenvectors"); Msg(GERROR, "%d tensors have complex eigenvalues/eigenvectors");
} }
Post_View *GMSH_PrincipalStressesPlugin::execute(Post_View * v) Post_View *GMSH_PrincipalStressesPlugin::execute(Post_View * v)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment