Ignore:
Timestamp:
Apr 27, 2012, 11:47:27 AM (13 years ago)
Author:
ansari
Message:

dernières corrections (proofreading) du papier avant publication par A&A, 26 Mars 2012, 27/04/2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/interfconfigs.h

    r3947 r4069  
    1818//  Filled square array of ndxnd dishes
    1919vector<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
     21vector<Dish> CreateSparseSqConfig(int nd, double LSep=5., double Ddish=1., double Eta=0.9);
    2022//  Semi filled square array of ndxnd dishes
    2123vector<Dish> CreateSemiFilledSqConfig(int nd, double Ddish=5., double Eta=0.9);
Note: See TracChangeset for help on using the changeset viewer.