Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Miha Kralj
2022-04-24 18:09:10 -07:00
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public class ENTP_Series : Single_TSeries_Indicator
this._logbase = logbase;
if (base._data.Count > 0) { base.Add(base._data); }
}
private readonly double _logbase = 2.0;
private readonly double _logbase;
private readonly System.Collections.Generic.List<double> _buffer = new();
private readonly System.Collections.Generic.List<double> _buff2 = new();