From 058b320c3f7ed828fa3fe367333b09c3cc5a5a97 Mon Sep 17 00:00:00 2001 From: "R. Timothy Edwards" Date: Sun, 15 Mar 2026 15:55:48 -0400 Subject: [PATCH] Also applied the same correction as the previous commit, to hierarchical extraction (as opposed to flat extraction, which is what the previous commit fixed). --- ext2spice/ext2hier.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext2spice/ext2hier.c b/ext2spice/ext2hier.c index fb969691..f66ed9ff 100644 --- a/ext2spice/ext2hier.c +++ b/ext2spice/ext2hier.c @@ -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); }