Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/DLCRepeatMultiIncludeCellWts
- Timestamp:
- 03/18/20 09:00:56 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/DLCRepeatMultiIncludeCellWts
v6 v7 138 138 } 139 139 140 BACKGROUND_EVENT(Comm) 141 { 142 int n; 143 for (n = 0; n <= GetNumScales(); n++) 144 { 145 MnBdRead(n); 146 } 140 147 }}} 141 148