Small changes to quadrangulator

This commit is contained in:
Paolo Cignoni 2012-10-18 16:49:26 +00:00
parent deea64827a
commit a88964b4cd
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ int main(int argc, const char * argv[])
if (argc != 2)
{
cout << "Not enough parameters: ./MIQ configfile" << endl;
cout << "Not enough parameters;\nUsage:\n\n./quadrangulator configfile" << endl;
exit(EXIT_FAILURE);
}

View File

@ -1,6 +1,6 @@
# IMPORTANT
# We assume that you have unzipped and compiled somewhere the COMISO solver
# put here that path and and the name of the build dir.
# put here that path and and the name of the build dir (from which the lib are copied).
COMISODIR = ../../../code/lib/CoMISo
COMISOBUILDDIR = $$COMISODIR/buildMACOSX