496a497,504
>
> double resolution = SimClock::Float::Hz;
> if (resolution == 0.0)
> resolution = TimeUnitScale[SC_PS];
> if (defaultUnit < resolution) {
> SC_REPORT_ERROR("(E515) set default time unit failed",
> "value smaller than time resolution");
> }