From 5f1f6ccb292aa24b9422fae53c2bbc1799483e40 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 24 Aug 2018 22:41:14 +0200 Subject: [PATCH] add a small comment --- src/frontend/inp.c | 1 + 1 file changed, 1 insertion(+) 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 ") ||