8 lines
229 B
C
8 lines
229 B
C
|
if (args.options().found("time"))
|
||
|
{
|
||
|
scalar timeValue(readScalar(IStringStream(args.options()["time"])()));
|
||
|
|
||
|
startTime = Time::findClosestTimeIndex(Times, timeValue);
|
||
|
endTime = startTime + 1;
|
||
|
}
|