Make message more verbose by printing the scale value
This commit is contained in:
parent
e1a428e002
commit
4796face12
|
|
@ -1094,7 +1094,7 @@ inp_dodeck(
|
|||
case CP_REAL:
|
||||
if (strcmp("scale", eev->va_name) == 0) {
|
||||
cp_vset("scale", CP_REAL, &eev->va_real);
|
||||
printf("Scale set\n");
|
||||
printf("Scale set to %g\n", eev->va_real);
|
||||
}
|
||||
break;
|
||||
case CP_STRING:
|
||||
|
|
|
|||
Loading…
Reference in New Issue