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

*** empty log message ***

parent a09e08f4
No related branches found
No related tags found
No related merge requests found
// $Id: ReadImg.cpp,v 1.14 2006-01-28 07:48:43 geuzaine Exp $
// $Id: ReadImg.cpp,v 1.15 2006-01-28 23:01:15 geuzaine Exp $
//
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
//
......@@ -49,7 +49,7 @@ static Post_View *Img2Pos(Fl_RGB_Image & img_init, int quads=1,
int dim = img->d();
if(dim != 1) {
Msg(GERROR, "Unable to convert image to grayscale");
Msg(GERROR, "Unable to obtain one-channel image");
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment