Commit 8e28a540 authored by limingbo's avatar limingbo

u

parent ccb9f6f1
...@@ -103,6 +103,7 @@ vector<TaskInfo> meshOutFilter( ...@@ -103,6 +103,7 @@ vector<TaskInfo> meshOutFilter(
return ret; return ret;
} }
TaskInfo currTaskInfo = allTaskInfo.front(); TaskInfo currTaskInfo = allTaskInfo.front();
ret.push_back(currTaskInfo);
MeshOut currMeshOut = MeshOut currMeshOut =
parseMeshOut(currTaskInfo.meshOutPath); parseMeshOut(currTaskInfo.meshOutPath);
if(currMeshOut.size() == 0){ if(currMeshOut.size() == 0){
......
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