Changeset 3620 in Sophya for trunk/SophyaLib/BaseTools/randfmt.h
- Timestamp:
- May 6, 2009, 5:36:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/randfmt.h
r3615 r3620 12 12 #include "objfio.h" 13 13 14 #include "dsfmtflags.h"15 #include "dSFMT.h"16 14 #include "randinterf.h" 17 15 18 16 #include <vector> 17 18 //--- Declaration de la struct definie ds dSFMT.h - inclus uniquement dans le .cc 19 struct DSFMT_T ; 20 typedef struct DSFMT_T dsfmt_t; 21 //------------------- 19 22 20 23 namespace SOPHYA { … … 36 39 protected: 37 40 virtual r_8 Next(); 38 dsfmt_t dsfmt_;41 dsfmt_t* dsfmt_ptr_; // Pointeur car dsfmt_t pas encore defini 39 42 40 43 };
Note:
See TracChangeset
for help on using the changeset viewer.