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

*** empty log message ***

parent 57f94f6f
No related branches found
No related tags found
No related merge requests found
// $Id: Main.cpp,v 1.56 2006-02-26 00:40:29 geuzaine Exp $
// $Id: Main.cpp,v 1.57 2006-02-26 01:24:44 geuzaine Exp $
//
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
//
......@@ -250,3 +250,9 @@ double GetValue(char *text, double defaultval)
else
return atof(str);
}
bool GetBinaryAnswer(const char *question, const char *yes, const char *no,
bool defaultval)
{
return defaultval;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment