mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
remove commented out code
This commit is contained in:
@ -130,7 +130,6 @@ void Foam::Time::setControls()
|
|||||||
FatalIOErrorIn("Time::setControls()", controlDict_)
|
FatalIOErrorIn("Time::setControls()", controlDict_)
|
||||||
<< "expected startTime, firstTime or latestTime"
|
<< "expected startTime, firstTime or latestTime"
|
||||||
<< " found '" << startFrom << "'"
|
<< " found '" << startFrom << "'"
|
||||||
//<< "' in dictionary " << controlDict_.name()
|
|
||||||
<< exit(FatalIOError);
|
<< exit(FatalIOError);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user