Skip to content

Commit

Permalink
initialization of dtvar added in TSBase.statcomp()
Browse files Browse the repository at this point in the history
  • Loading branch information
mpyat2 committed Dec 15, 2024
1 parent 4a383ba commit e8cf270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/aavso/tools/vstar/util/TSBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ protected void statcomp() {
dave = 0.0;
dtave = 0.0;
dtvar = 0.0;
dvar = 0.0;

for (n = nlolim; n <= nuplim; n++) {
if (wvec[n] > 0.0) {
Expand Down

0 comments on commit e8cf270

Please sign in to comment.