From 11572fe9d014640a976fe1e53c386eab9d452620 Mon Sep 17 00:00:00 2001 From: rlar Date: Mon, 9 Jan 2017 19:04:20 +0100 Subject: [PATCH] inp2m.c, #6/7, polish comments --- src/spicelib/parser/inp2m.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/spicelib/parser/inp2m.c b/src/spicelib/parser/inp2m.c index d7f054312..7c59afcb4 100644 --- a/src/spicelib/parser/inp2m.c +++ b/src/spicelib/parser/inp2m.c @@ -90,7 +90,7 @@ INP2M (CKTcircuit *ckt, INPtables * tab, card * current) if (!thismodel) { /* 5th token is not a model in the table */ nodeflag = 5; /* now specify a 5 node device */ - INPgetNetTok (&line, &nname6, 1); /* get next token */ + INPgetNetTok (&line, &nname6, 1); #ifdef TRACE printf("INP2M: checking for 5 node device\n"); #endif @@ -99,7 +99,7 @@ INP2M (CKTcircuit *ckt, INPtables * tab, card * current) if (!thismodel) { /* 6th token is not a model in the table */ nodeflag = 6; /* now specify a 6 node device */ - INPgetNetTok (&line, &nname7, 1); /* get next token */ + INPgetNetTok (&line, &nname7, 1); #ifdef TRACE printf("INP2M: checking for 6 node device\n"); #endif @@ -112,7 +112,7 @@ INP2M (CKTcircuit *ckt, INPtables * tab, card * current) #ifdef TRACE printf("INP2M: checking for 7 node device\n"); #endif - err_msg = INPgetMod (ckt, model, &thismodel, tab); /* get pointer to the model */ + err_msg = INPgetMod (ckt, model, &thismodel, tab); tfree(err_msg); if (thismodel) { if (thismodel->INPmodType != INPtypelook ("B4SOI") &&