public Neutron SimulateOneNeutron() { Neutron neutron = new Neutron(new CustomPoint3D(), SigmaA, SigmaS, SigmaTr, SigmaT); neutron.Move(); return(neutron); }
public Neutron SimulateOneNeutron() { Neutron neutron = new Neutron(new CustomPoint3D(), SigmaA, SigmaS, SigmaTr, SigmaT); neutron.Move(); return neutron; }