Browse Source

inpcom.c: update some comments

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
21f5fce1f8
  1. 5
      src/frontend/inpcom.c

5
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

Loading…
Cancel
Save