fix comment

This commit is contained in:
Daniel
2018-07-23 10:25:00 +02:00
committed by GitHub
parent ea9ccabeee
commit 9cf940661a

View File

@ -288,7 +288,7 @@ void liggghtsCommandModel::parseCommandList(wordList& commandList,labelList& lab
{
add = "";
timeStamp=true;
}else if (add=="number") // next command will be a number read from labelList
}else if (add=="number") // next command will be a number read from scalarList
{
/*if (!propsDict.found("scalars"))
{