mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: cannot resolve read in UnsortedMeshedSurface constructor
- fix linkage for cellModeller compat methods
This commit is contained in:
@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user