Support Board
Date/Time: Sat, 28 Jun 2025 07:34:57 +0000
Post From: Time and Sales data - recalculation problem
[2021-09-15 17:14:09] |
User411647 - Posts: 21 |
Thanks for advice is it related to this? // Zero elements from the first index that was written to last time, to the
// first index that was written to this time. for (int SubgraphIndex = 0; SubgraphIndex < sc.NumberOfArrays; ++SubgraphIndex) { for (int DataIndex = EarliestIndex; DataIndex < OutputArrayIndex; ++DataIndex) sc.Subgraph[SubgraphIndex][DataIndex] = 0.0f; } // Store the last index that was written to EarliestIndex = OutputArrayIndex; if you allow me, I will send you a private message with the complete code Date Time Of Last Edit: 2021-09-15 20:01:02
|