Changeset 1783 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Nov 22, 2001, 12:33:19 PM (24 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/generaldata.cc
r1241 r1783 3 3 #include <stdlib.h> 4 4 #include <iostream.h> 5 #ifndef NO_VALUES_H 5 6 #include <values.h> 7 #endif 6 8 #include <math.h> 7 9 #include <string.h> -
trunk/SophyaLib/NTools/ntoolsinit.cc
r1159 r1783 69 69 // On met un objet initiator en statique, pour les loaders qui savent 70 70 // appeler le constructeur des objets statiques Reza 08/98 71 #ifndef Darwin 71 72 static NToolsInitiator ntoolsinit; 73 #endif 72 74 -
trunk/SophyaLib/NTools/ntoolsinit.h
r926 r1783 4 4 #ifndef NTOOLSINIT_H_SEEN 5 5 #define NTOOLSINIT_H_SEEN 6 7 6 8 7 // Classe d''initialisation pour le module de NTools
Note:
See TracChangeset
for help on using the changeset viewer.