Changeset 3057 in Sophya for trunk/SophyaLib/HiStats/hisprof.h
- Timestamp:
- Aug 13, 2006, 12:41:09 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/hisprof.h
r3053 r3057 81 81 r_8* mSumY2; //!< somme des carres 82 82 r_8* mSumW; //!< somme des poids 83 mutable bool Ok; //!< true if update fait84 r_8 YMin; //!< limite minimum Y pour somme85 r_8 YMax; //!< limite maximum Y pour somme86 uint_2 Opt; //!< options pour les erreurs83 mutable bool mOk; //!< true if update fait 84 r_8 mYMin; //!< limite minimum Y pour somme 85 r_8 mYMax; //!< limite maximum Y pour somme 86 uint_2 mOpt; //!< options pour les erreurs 87 87 }; 88 88
Note:
See TracChangeset
for help on using the changeset viewer.