This commit is contained in:
Holger Vogt 2026-07-17 10:43:02 +02:00
parent ca2d994368
commit 5316ab4203
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ VSRCload(GENmodel *inModel, CKTcircuit *ckt)
deltat = phase * PER;
while (deltat > 0)
deltat -= PER;
/* shift time by pase (neg. for pos. phase value) */
/* shift time by phase (neg. for pos. phase value) */
time += deltat;
}
else if (PHASE > 0.0) { /* 7th parameter is number of pulses */