Changeset 3205 in Sophya for trunk/SophyaLib/HiStats
- Timestamp:
- Apr 10, 2007, 12:08:14 AM (18 years ago)
- Location:
- trunk/SophyaLib/HiStats
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/ntuple.h
r3112 r3205 119 119 120 120 121 122 #ifdef __MWERKS__123 __MSL_FIX_ITERATORS__(r_4*);124 #endif125 126 121 } // namespace SOPHYA 127 122 -
trunk/SophyaLib/HiStats/xntuple.cc
r2868 r3205 79 79 long int XNTuple::NbNT = 0 ; 80 80 81 #ifdef __MWERKS__82 // mktemp() non connu sur Mac (?) - Dominique Yvon / R. Ansari83 char * mktemp(char * Filename);84 #endif85 81 86 82 NTBlk::NTBlk(int ndvar, int nfvar, int nivar, int nsvar, int strsz, int sz) … … 1025 1021 #endif 1026 1022 1027 1028 #ifdef __MWERKS__1029 // Bricolo Dominique Yvon pour faire marcher sur Mac1030 #include <stdio.h>1031 #include <stdlib.h>1032 static long mktempMemory=0;1033 char * mktemp(char * Filename)1034 { sprintf(Filename,"TempFile%8i",mktempMemory);1035 mktempMemory++;1036 return Filename;1037 }1038 #endif
Note:
See TracChangeset
for help on using the changeset viewer.