Skip to content

Commit

Permalink
Ensure complete initialization of weight interpolation.
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Mar 17, 2024
1 parent 7c620ac commit bf0417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/core/measurementInterpolation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MeasurementInterpolation {
void init() {
times;
weights;
weightsGaussianExtrapol;
weightsDisplay;
}

/// data type of vectors
Expand Down

0 comments on commit bf0417f

Please sign in to comment.