diff --git a/ECTrainer2/Stimulus.cpp b/ECTrainer2/Stimulus.cpp index 4399514..0a8f19a 100644 --- a/ECTrainer2/Stimulus.cpp +++ b/ECTrainer2/Stimulus.cpp @@ -30,7 +30,7 @@ ifs >> st.type >> st.filename >> st.dulation >> st.csvfile >> st.target; std::cout << st.type << "," << st.filename << "," << st.dulation << "," << st.csvfile << "," << st.target << std::endl; - if (st.type > 0 && st.filename.size() > 0) _StimInfoSet.push_back(st); + if (st.filename.size() > 0) _StimInfoSet.push_back(st); } return true;