Also applied the same correction as the previous commit, to

hierarchical extraction (as opposed to flat extraction, which is
what the previous commit fixed).
This commit is contained in:
R. Timothy Edwards 2026-03-15 15:55:48 -04:00
parent fee4b887c0
commit 058b320c3f
1 changed files with 2 additions and 0 deletions

View File

@ -1088,6 +1088,7 @@ spcdevHierVisit(
if (!has_model)
{
fprintf(esSpiceF, " ");
esSIvalue(esSpiceF, 1.0E-15 * (double)sdM * (double)dev->dev_cap);
spcHierWriteParams(hc, dev, scale, l, w, sdM, FALSE);
}
@ -1138,6 +1139,7 @@ spcdevHierVisit(
if (!has_model)
{
fprintf(esSpiceF, " ");
esSIvalue(esSpiceF, 1.0E-15 * (double)sdM * (double)dev->dev_cap);
spcHierWriteParams(hc, dev, scale, l, w, sdM, FALSE);
}