From a88964b4cd14f144c7f72c93e57eb8fa47cbf260 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 18 Oct 2012 16:49:26 +0000 Subject: [PATCH] Small changes to quadrangulator --- apps/quadrangulator/quadrangulator.cpp | 2 +- apps/quadrangulator/quadrangulator.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/quadrangulator/quadrangulator.cpp b/apps/quadrangulator/quadrangulator.cpp index 36c4febc..6d20a249 100644 --- a/apps/quadrangulator/quadrangulator.cpp +++ b/apps/quadrangulator/quadrangulator.cpp @@ -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); } diff --git a/apps/quadrangulator/quadrangulator.pro b/apps/quadrangulator/quadrangulator.pro index 0afc7699..0cc9e0ba 100644 --- a/apps/quadrangulator/quadrangulator.pro +++ b/apps/quadrangulator/quadrangulator.pro @@ -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