Merge branch 'pre-master' of ssh://git.code.sf.net/p/ngspice/ngspice into pre-master

This commit is contained in:
Holger Vogt 2020-10-26 17:42:31 +01:00
commit 5adccca410
1 changed files with 2 additions and 2 deletions

View File

@ -163,8 +163,8 @@ DEVlimitlog(
*check = 0;
if (isnan (deltemp) || isnan (deltemp_old))
{
fprintf(stderr, "Alberto says: YOU TURKEY! The limiting function received NaN.\n");
fprintf(stderr, "New prediction returns to 0.0!\n");
fprintf(stderr, "The temperature limiting function received NaN.\n");
fprintf(stderr, "Please check your power dissipation and improve your heat sink Rth!\n");
deltemp = 0.0;
*check = 1;
}