add comment to identify where RunningStat code resides

This commit is contained in:
JamesP
2015-11-11 08:56:51 +10:00
parent 0cf4e2603f
commit 4cefbc2914

View File

@@ -51,6 +51,7 @@ type
{.deprecated: [TFloatClass: FloatClass, TRunningStat: RunningStat].}
# ----------- RunningStat --------------------------
proc clear*(s: var RunningStat) =
## reset `s`
s.n = 0