diff --git a/applications/test/PointEdgeWave/Test-PointEdgeWave.C b/applications/test/PointEdgeWave/Test-PointEdgeWave.C index ff422a2943..0be9e261f9 100644 --- a/applications/test/PointEdgeWave/Test-PointEdgeWave.C +++ b/applications/test/PointEdgeWave/Test-PointEdgeWave.C @@ -51,7 +51,7 @@ int main(int argc, char *argv[]) labelList patchIDs ( - pbm.patchSet(args.readList(1)).sortedToc() + pbm.patchSet(args.getList(1)).sortedToc() ); Info<< "Starting walk from patches " diff --git a/applications/test/argList/Test-argList.C b/applications/test/argList/Test-argList.C index 9db0906c6a..ac62fce0ba 100644 --- a/applications/test/argList/Test-argList.C +++ b/applications/test/argList/Test-argList.C @@ -108,7 +108,9 @@ int main(int argc, char *argv[]) if (args.found("label")) { Info<< "-label = " << args.opt