mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
@ -825,6 +825,12 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
string line;
|
||||
inFile.getLine(line);
|
||||
|
||||
if (line.empty())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
IStringStream lineStr(line);
|
||||
|
||||
word tag(lineStr);
|
||||
|
||||
Reference in New Issue
Block a user