inpcom.c: update some comments
This commit is contained in:
parent
845dd554e2
commit
21f5fce1f8
|
|
@ -5214,10 +5214,9 @@ replace_token(char *string, char *token, int wherereplace, int total)
|
||||||
To achive this, do the following:
|
To achive this, do the following:
|
||||||
Remove all '{' and '}' --> no parsing of equations in numparam
|
Remove all '{' and '}' --> no parsing of equations in numparam
|
||||||
Place '{' and '}' directly around all potential parameters,
|
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)
|
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
|
static void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue