Example #1
0
 public void duplicate(Object source_) {
   super.duplicate(source_);
   SensorPhy that_ = (SensorPhy) source_;
   nid = that_.nid;
   Radius = that_.Radius;
   Pt = that_.Pt;
   noiseStrength = that_.noiseStrength;
   lastNoisePower = that_.lastNoisePower;
   gen = that_.gen;
   RxThresh = that_.RxThresh;
 }