Changeset 428 in svn for trunk/Utilities/Hector
- Timestamp:
- Jun 17, 2009, 9:23:57 PM (16 years ago)
- Location:
- trunk/Utilities/Hector
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Hector/include/H_Aperture.h
r281 r428 54 54 void printProperties() const; 55 55 /// Draws the aperture shape 56 virtual void draw(const float scale=1) const {return;};56 virtual void draw(const float) const {return;}; 57 57 /// Sets the (x,y) position in [m] 58 58 void setPosition(const float,const float); -
trunk/Utilities/Hector/src/H_OpticalElement.cc
r281 r428 162 162 163 163 void H_OpticalElement::drawAperture() const { 164 element_aperture->draw( );164 element_aperture->draw(1); 165 165 return; 166 166 }
Note:
See TracChangeset
for help on using the changeset viewer.