mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-01 02:17:08 +02:00
init Parasitics::coupling_cap_factor_ resolves #383
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
namespace sta {
|
||||
|
||||
Parasitics::Parasitics(StaState *sta) :
|
||||
StaState(sta)
|
||||
StaState(sta),
|
||||
coupling_cap_factor_(1.0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user