Changeset 4069 in Sophya for trunk/Cosmo/RadioBeam/interfconfigs.h
- Timestamp:
- Apr 27, 2012, 11:47:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/interfconfigs.h
r3947 r4069 18 18 // Filled square array of ndxnd dishes 19 19 vector<Dish> CreateFilledSqConfig(int nd, double Ddish=5., double Eta=0.9); 20 // Sparse regular square array of ndxnd dishes, each with diameter Ddish, separated at Lsep 21 vector<Dish> CreateSparseSqConfig(int nd, double LSep=5., double Ddish=1., double Eta=0.9); 20 22 // Semi filled square array of ndxnd dishes 21 23 vector<Dish> CreateSemiFilledSqConfig(int nd, double Ddish=5., double Eta=0.9);
Note:
See TracChangeset
for help on using the changeset viewer.