Changeset 3838 in Sophya for trunk/SophyaLib/BaseTools/randinterf.cc
- Timestamp:
- Aug 9, 2010, 7:31:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/randinterf.cc
r3791 r3838 7 7 #include <time.h> 8 8 #include <iostream> 9 #include <typeinfo> 10 9 11 #include "pexceptions.h" 10 12 … … 65 67 void RandomGeneratorInterface::ShowRandom() 66 68 { 67 cout<<"RandomGenerator is RandomGeneratorInterface i.e. UNDEFINED"<<endl; 68 } 69 70 ///////////////////////////////////////////////////////////////////////// 71 ///////////////////////////////////////////////////////////////////////// 72 ///////////////////////////////////////////////////////////////////////// 73 69 cout << " RandomGeneratorInterface::ShowRandom() typeid(this)=" << typeid(*this).name() << " @ " 70 << hex << (unsigned long)(this) << dec << endl; 71 return; 72 } 73 74 ///////////////////////////////////////////////////////////////////////// 75 ///////////////////////////////////////////////////////////////////////// 76 ///////////////////////////////////////////////////////////////////////// 77 78 /* 74 79 r_8 RandomGeneratorInterface::Next() 75 80 { … … 77 82 throw MathExc("RandomGeneratorInterface::Next(): undefined code !!!"); 78 83 } 84 */ 79 85 80 86 /////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.