Changeset 232 in svn
- Timestamp:
- Feb 3, 2009, 2:00:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Hector/src/H_RomanPot.cc
r216 r232 28 28 type = RP; 29 29 init(); 30 H_RectangularAperture* rapp = new H_RectangularAperture(app,RP_HEIGHT,0,0);31 setAperture(rapp);30 if(element_aperture) delete element_aperture; 31 element_aperture = new H_RectangularAperture(app,RP_HEIGHT,0,0); 32 32 } 33 33 … … 35 35 type = RP; 36 36 init(); 37 H_RectangularAperture* rapp = new H_RectangularAperture(app,RP_HEIGHT,0,0);38 setAperture(rapp);37 if(element_aperture) delete element_aperture; 38 element_aperture = new H_RectangularAperture(app,RP_HEIGHT,0,0); 39 39 } 40 40
Note:
See TracChangeset
for help on using the changeset viewer.