Skip to content

Commit

Permalink
Document change
Browse files Browse the repository at this point in the history
Signed-off-by: doluk <[email protected]>
  • Loading branch information
doluk committed Dec 12, 2024
1 parent 64224c4 commit 7b8ba3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/us_edit/us_edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5296,7 +5296,7 @@ void US_Edit::set_data_over_lamda() {
trx_b = trx;
int min_xval = -100000000;
int max_xval = 100000000;
int dx = 1;
int dx = 1; // preventing that dx becomes 0 and causing an infinite loop
for ( int jwx = 0; jwx < nwaveln; jwx++ )
{
edata = &allData[ trx ]; // Triple data
Expand Down

0 comments on commit 7b8ba3f

Please sign in to comment.