Skip to content

Commit

Permalink
Update vpkt.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Apr 26, 2024
1 parent 47d6a6c commit f864f3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vpkt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,8 @@ void read_parameterfile_vpkt() {

assert_always(VSPEC_TIMEMIN_input >= VSPEC_TIMEMIN);
assert_always(VSPEC_TIMEMAX_input <= VSPEC_TIMEMAX);
assert_always(VSPEC_TIMEMIN_input >= globals::tmin);
assert_always(VSPEC_TIMEMAX_input <= globals::tmax);

// frequency window. dum4 restrict vpkt to a frequency range, dum5 indicates the number of ranges,
// followed by a list of ranges (dum6,dum7)
Expand Down

0 comments on commit f864f3f

Please sign in to comment.