Commit dd33b6e3 authored by limingbo's avatar limingbo

test

parent 0faa6019
......@@ -103,12 +103,14 @@ vector<TaskInfo> meshOutFilter(
MeshOut currMeshOut =
parseMeshOut(currTaskInfo.meshOutPath);
if(currMeshOut.size() == 0){
LOG(INFO) << "currMeshOut.size() == 0!";
return allTaskInfo;
}
for(size_t i = 1; i < allTaskInfo.size(); i++){
TaskInfo taskInfo = allTaskInfo[i];
if(checkMeshOut(parseMeshOut(taskInfo.meshOutPath),
currMeshOut)){
LOG(INFO) << "taskInfo.taskPath: " << taskInfo.taskPath;
ret.push_back(taskInfo);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment