
11 May
2010
11 May
'10
10:05 a.m.
2010/5/11 fmingu <fmingu@163.com>
................................. class TransferedSignal{ public: TransferedSignal(){ one(0.0,1.0) ; die(rng, one); };
Try replacing your constructor with this: TransferedSignal() : one(0.0,1.0), die(rng, one) {} Roman Perepelitsa.