From 21f5fce1f8539e335a5e5221933bd03e9abed703 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 31 Aug 2013 10:11:53 +0200 Subject: [PATCH] inpcom.c: update some comments --- src/frontend/inpcom.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 689ac8584..df35ba75e 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -5214,10 +5214,9 @@ replace_token(char *string, char *token, int wherereplace, int total) To achive this, do the following: Remove all '{' and '}' --> no parsing of equations in numparam Place '{' and '}' directly around all potential parameters, - thus skip function names like exp (search for exp(to detect fcn name), + but skip function names like exp (search for 'exp(' to detect fcn name), functions containing nodes like v(node), v(node1, node2), i(branch) - and other keywords. --> Only parameter replacement in numparam - + and other keywords like TEMPER. --> Only parameter replacement in numparam */ static void