inpcom.c: update some comments

This commit is contained in:
h_vogt 2013-08-31 10:11:53 +02:00 committed by rlar
parent 845dd554e2
commit 21f5fce1f8
1 changed files with 2 additions and 3 deletions

View File

@ -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