Small changes to quadrangulator
This commit is contained in:
parent
deea64827a
commit
a88964b4cd
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue