replace function name eval_agauss_bsource by eval_agauss to reflect its actual usage

This commit is contained in:
h_vogt 2016-06-04 09:51:48 +02:00 committed by rlar
parent 5a224b69e1
commit 2fcb9ae032
2 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ static void dotifeval(struct line *deck);
static wordlist *inp_savecurrents(struct line *deck, struct line *options, wordlist *wl, wordlist *controls);
static void eval_agauss_bsource(struct line *deck, char *fcn);
static void eval_agauss(struct line *deck, char *fcn);
void line_free_x(struct line *deck, bool recurse);
void create_circbyline(char *line);
@ -677,7 +677,7 @@ inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile)
static char *statfcn[] = { "agauss", "gauss", "aunif", "unif", "limit" };
int ii;
for (ii = 0; ii < 5; ii++)
eval_agauss_bsource(deck, statfcn[ii]);
eval_agauss(deck, statfcn[ii]);
/* If user wants all currents saved (.options savecurrents), add .save
to wl_first with all terminal currents available on selected devices */
@ -1917,7 +1917,7 @@ limit(double nominal_val, double abs_variation)
*/
static void
eval_agauss_bsource(struct line *deck, char *fcn)
eval_agauss(struct line *deck, char *fcn)
{
struct line *card;
double x, y, z, val;

View File

@ -5962,7 +5962,7 @@ inp_fix_temper_in_param(struct line *deck)
*
* In a second step, after subcircuits have been expanded, all occurencies
* of agauss in a b-line are replaced by their suitable value (function
* eval_agauss_bsource() in inp.c).
* eval_agauss() in inp.c).
*/
static void