matlabarrytoeis: dont abort on file length missmatch as thats fine for RUL data
This commit is contained in:
parent
f1b0a33e71
commit
08e0c2fe56
@ -76,8 +76,8 @@ int main(int argc, char** argv)
|
||||
std::string rul;
|
||||
if(!std::getline(rulFile, rul).good())
|
||||
{
|
||||
std::cout<<argv[3]<<" dose not have the same number of lines as "<<argv[2]<<" aborting\n";
|
||||
return 3;
|
||||
std::cout<<argv[3]<<" dose not have the same number of lines as "<<argv[2]<<" this could be fine or mean that the supplied label file dosent corrispond to the spectra file\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
std::vector<eis::DataPoint> data = parseLine(eisLine);
|
||||
|
Loading…
x
Reference in New Issue
Block a user