diff --git a/src/frontend/inp.c b/src/frontend/inp.c index 28fc63636..e327df94c 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -845,6 +845,7 @@ inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile) } } + /* remove the .measure cards from the deckand store them in ft_curckt->ci_meas */ if (ciprefix(".meas", dd->line)) { if (cp_getvar("autostop", CP_BOOL, NULL, 0)) { if (strstr(dd->line, " max ") ||