From edb42b526dbd0a4be2ca13d102a415f6b86dc390 Mon Sep 17 00:00:00 2001 From: dwarning Date: Tue, 20 Nov 2018 16:30:09 +0100 Subject: [PATCH] Add comment for better understanding. --- src/xspice/mif/mifgetvalue.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xspice/mif/mifgetvalue.c b/src/xspice/mif/mifgetvalue.c index 2d873b465..9a48f13b1 100644 --- a/src/xspice/mif/mifgetvalue.c +++ b/src/xspice/mif/mifgetvalue.c @@ -336,7 +336,10 @@ static IFcomplex MIFget_complex(char *token, Mif_Token_Type_t token_type, return(ctemp); } - /* get the real part */ + /* the incoming 'token' is the opening < delimiter + and will not handled furthermore */ + + /* get the real part */ token = MIFget_token(line, &token_type); if(token_type != MIF_STRING_TOK) { *err = msg;