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

typo
parent 12f8921f
No related branches found
No related tags found
No related merge requests found
// $Id: Extract.cpp,v 1.1 2004-03-07 22:24:48 geuzaine Exp $ // $Id: Extract.cpp,v 1.2 2004-03-07 23:49:11 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -86,7 +86,7 @@ static void extract(int comp, List_T *inList, int inNb, ...@@ -86,7 +86,7 @@ static void extract(int comp, List_T *inList, int inNb,
return; return;
if(comp < 0 || comp > nbComp-1){ if(comp < 0 || comp > nbComp-1){
Msg(GERROR, "Cannot extract component #(%d+1)=%d of a %d-component field", Msg(GERROR, "Cannot extract component #(%d+1)=%d from a %d-component field",
comp, comp+1, nbComp); comp, comp+1, nbComp);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment