Changeset 20095 for trunk/Mars/mextralgo
- Timestamp:
- 05/07/21 12:35:29 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mextralgo/MExtralgoSpline.h
r17879 r20095 5 5 #include <TMath.h> 6 6 #endif 7 #ifndef ROOT_TObject 8 #include <TObject.h> // root 6.24 9 #endif 7 10 8 11 class MArrayF; … … 12 15 { 13 16 private: 17 #pragma GCC diagnostic push 18 #pragma GCC diagnostic ignored "-Wshadow" 14 19 enum 15 20 { … … 20 25 kFixedWidth = BIT(4), 21 26 }; 27 #pragma GCC diagnostic pop 22 28 public: 23 29 enum ExtractionType_t
Note:
See TracChangeset
for help on using the changeset viewer.