Changeset 3572 in Sophya for trunk/Cosmo/RadioBeam
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- Location:
- trunk/Cosmo/RadioBeam
- Files:
-
- 4 edited
-
brsrc.cc (modified) (1 diff)
-
multicyl.cc (modified) (1 diff)
-
multicyl.h (modified) (1 diff)
-
treccyl.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/brsrc.cc
r3192 r3572 118 118 NTuple BRSourceGen::Convert2Table(double freq0) 119 119 { 120 c har* nomsntsrc[9] = {"num","freq","freqred","amp","angrad","angdeg","phase",121 "angyrad","angymin"};120 const char* nomsntsrc[9] = {"num","freq","freqred","amp","angrad","angdeg","phase", 121 "angyrad","angymin"}; 122 122 NTuple nt(9, nomsntsrc); 123 123 double xnt[15]; -
trunk/Cosmo/RadioBeam/multicyl.cc
r3192 r3572 33 33 34 34 //----------------------------------------------------------------------------- 35 MultiCylinders::MultiCylinders(c har* fileName)35 MultiCylinders::MultiCylinders(const char* fileName) 36 36 { 37 37 adfg_ = false; src_ = NULL; -
trunk/Cosmo/RadioBeam/multicyl.h
r3192 r3572 28 28 // longueur @ f=2 ~ 64 (256*lambda/2 = 256*0.25) 29 29 MultiCylinders(int nr=256, int ns=1024); 30 MultiCylinders(c har* filename);30 MultiCylinders(const char* filename); 31 31 ~MultiCylinders(); 32 32 -
trunk/Cosmo/RadioBeam/treccyl.cc
r3192 r3572 36 36 static int test1cyl(string& ppfname); 37 37 static int testmulticyl(string& ppfname); 38 int ReadParam(c har* fileName);38 int ReadParam(const char* fileName); 39 39 40 40 //----------------------------------------------------------- … … 285 285 286 286 //--------------------------------------------------------------------- 287 int ReadParam(c har* fileName)287 int ReadParam(const char* fileName) 288 288 { 289 289 DataCards dc;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/PI/chrome/site/your_project_logo.png)