too soon return - break is correct

This commit is contained in:
dwarning 2024-02-14 14:17:01 +01:00
parent 8d64381795
commit e8f1cd4c92
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ NevalSrcInstanceTemp(double* noise, double* lnNoise, CKTcircuit* ckt, int type,
case N_GAIN:
inoise = 0.0;
*noise = cmodu(csubco(ckt->CKTadjointRHS->d[0][node1], ckt->CKTadjointRHS->d[0][node2]));
return;
break;
}