Skip to content

Commit

Permalink
asub-routines: set nev for all outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Jul 12, 2024
1 parent e534cba commit cada450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utcaApp/src/asub-routines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ static long asub_pos_calc(aSubRecord *prec)
/* write NORD field in output */
prec->neva = elements;
prec->nevb = elements;
prec->nevc = elements;
prec->nevd = elements;

double x_off, x_gain, y_off, y_gain, s_gain, q_off, q_gain;
get_scalar(x_off, prec->e, prec->fte);
Expand Down

0 comments on commit cada450

Please sign in to comment.