Changeset 2341 in Sophya for trunk/SophyaLib/HiStats
- Timestamp:
- Mar 10, 2003, 3:10:24 PM (23 years ago)
- Location:
- trunk/SophyaLib/HiStats
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/hisprof.cc
r2312 r2341 329 329 330 330 331 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 331 332 void ObjFileIO<HProf>::ReadSelf(PInPersist& is) 332 333 { … … 360 361 } 361 362 363 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 362 364 void ObjFileIO<HProf>::WriteSelf(POutPersist& os) const 363 365 { -
trunk/SophyaLib/HiStats/histos.cc
r1413 r2341 1 1 // 2 // $Id: histos.cc,v 1.1 5 2001-02-20 18:29:48ansari Exp $2 // $Id: histos.cc,v 1.16 2003-03-10 14:10:24 ansari Exp $ 3 3 // 4 4 … … 1443 1443 /////////////////////////////////////////////////////////// 1444 1444 1445 1446 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 1445 1447 void ObjFileIO<Histo>::ReadSelf(PInPersist& is) 1446 1448 { … … 1484 1486 } 1485 1487 1488 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 1486 1489 void ObjFileIO<Histo>::WriteSelf(POutPersist& os) const 1487 1490 { -
trunk/SophyaLib/HiStats/histos2.cc
r1783 r2341 1443 1443 1444 1444 1445 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 1445 1446 void ObjFileIO<Histo2D>::ReadSelf(PInPersist& is) 1446 1447 { … … 1556 1557 } 1557 1558 1559 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 1558 1560 void ObjFileIO<Histo2D>::WriteSelf(POutPersist& os) const 1559 1561 { -
trunk/SophyaLib/HiStats/ntuple.cc
r1405 r2341 594 594 /* --Methode-- */ 595 595 //++ 596 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 596 597 void ObjFileIO<NTuple>::WriteSelf(POutPersist& s) const 597 598 // … … 627 628 /* --Methode-- */ 628 629 //++ 630 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 629 631 void ObjFileIO<NTuple>::ReadSelf(PInPersist& s) 630 632 // -
trunk/SophyaLib/HiStats/xntuple.cc
r2195 r2341 909 909 */ 910 910 911 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 911 912 void ObjFileIO<XNTuple>::WriteSelf(POutPersist& ppout) const 912 913 { … … 955 956 956 957 958 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 957 959 void ObjFileIO<XNTuple>::ReadSelf(PInPersist& ppin) 958 960 {
Note:
See TracChangeset
for help on using the changeset viewer.