COMP: cannot resolve read in UnsortedMeshedSurface constructor

- fix linkage for cellModeller compat methods
This commit is contained in:
Mark Olesen
2021-07-05 13:28:20 +02:00
parent 00990698ad
commit 8a1f667067
4 changed files with 5 additions and 6 deletions

View File

@ -258,7 +258,7 @@ int main(int argc, char *argv[])
// UnsortedMeshedSurface<face> surf2;
// is >> surf2;
// surf2.read(is); // FAIL: private method
// surf2.readIstream(is); // FAIL: private method
}
if (args.found("orient"))