path variable does not exist and makes compilation fail.

maybe deisgnPath is the good one (at least compilation succeed)
This commit is contained in:
Damien Dupuis 2010-09-20 09:23:55 +00:00
parent 37d8084a6a
commit c904ed18f7
1 changed files with 1 additions and 1 deletions

View File

@ -1151,7 +1151,7 @@ namespace CRL {
exit(2);
}
#else
cerr << "\nDummy OpenAccess driver call for " << path << endl;
cerr << "\nDummy OpenAccess driver call for " << designPath << endl;
#endif
return;
}