Changeset 3191 in Sophya for trunk/Cosmo/RadioBeam/multicyl.h
- Timestamp:
- Mar 19, 2007, 9:29:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/multicyl.h
r3163 r3191 34 34 35 35 // Ajout d'un cylindre, en position posY 36 inline int AddCylinder(double pos y)37 { mCyl.push_back( new MultiBeamCyl(NR, NS, pos y) ); return mCyl.size(); }36 inline int AddCylinder(double posx, double posy) 37 { mCyl.push_back( new MultiBeamCyl(NR, NS, posx, posy) ); return mCyl.size(); } 38 38 39 39 MultiBeamCyl & GetCylinder(int i);
Note:
See TracChangeset
for help on using the changeset viewer.