LumpedCapDelayCalc.cc use std::isnan
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
b0bede4c6d
commit
2cfc45f6ae
|
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
#include "LumpedCapDelayCalc.hh"
|
#include "LumpedCapDelayCalc.hh"
|
||||||
|
|
||||||
|
#include <cmath> // isnan
|
||||||
|
|
||||||
#include "Debug.hh"
|
#include "Debug.hh"
|
||||||
#include "Units.hh"
|
#include "Units.hh"
|
||||||
#include "TimingArc.hh"
|
#include "TimingArc.hh"
|
||||||
|
|
@ -29,6 +31,8 @@
|
||||||
|
|
||||||
namespace sta {
|
namespace sta {
|
||||||
|
|
||||||
|
using std::isnan;
|
||||||
|
|
||||||
ArcDelayCalc *
|
ArcDelayCalc *
|
||||||
makeLumpedCapDelayCalc(StaState *sta)
|
makeLumpedCapDelayCalc(StaState *sta)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue