typo
This commit is contained in:
parent
0cdf3f0d28
commit
a3fef757a5
|
|
@ -69,7 +69,7 @@ RESupdate_conduct(RESinstance *here, bool spill_warnings)
|
||||||
} else {
|
} else {
|
||||||
if (spill_warnings)
|
if (spill_warnings)
|
||||||
SPfrontEnd->IFerrorf (ERR_WARNING,
|
SPfrontEnd->IFerrorf (ERR_WARNING,
|
||||||
"%s: resistance to low, set to 1 mOhm", here->RESname);
|
"%s: resistance too low or not given, set to 1 mOhm", here->RESname);
|
||||||
here->RESresist = 1e-03;
|
here->RESresist = 1e-03;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue