j
k
j a
j l
2010/5/11 fmingu
................................. 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.
Attachments:
Back to the thread
Back to the list