This commit is contained in:
Holger Vogt 2023-12-10 15:16:05 +01:00
parent 0cdf3f0d28
commit a3fef757a5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ RESupdate_conduct(RESinstance *here, bool spill_warnings)
} else {
if (spill_warnings)
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;
}
}