Skip to content
Snippets Groups Projects
Commit 48bfdac3 authored by Robert Butora's avatar Robert Butora
Browse files

adds empty placeholder for doCli() for doMCutout() by ExecCmd

parent 53bb8cd3
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ class DatasetsImpl implements Datasets
/*
List<CutResult> cutResList = new ArrayList<CutResult>();
Coord[] coords = Jdl.parseReq(InStr);
Coord[] coords = Jdl.parseReq(inStr);
for(Coord coord: coords)
{
......@@ -158,6 +158,8 @@ class DatasetsImpl implements Datasets
cutResList.add(cutResult);
}
do-zip-all-cuts
String outStr = Jdl.encodeToJson(cutResList.toArray());
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment