Changeset 3192 in Sophya for trunk/Cosmo/RadioBeam/brsrc.cc


Ignore:
Timestamp:
Mar 20, 2007, 11:48:15 AM (19 years ago)
Author:
legoff
Message:

input file read with DVcards by treccyl.cc

and by multiCylinders(char* filename)

using real units (meter and GHz)
using _ for member variables (e.g. x_)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/brsrc.cc

    r3160 r3192  
    7171
    7272  int j = 0;
    73   for(int k=0; k<f.size(); k++) {
     73  for(int k=0; k<(int)f.size(); k++) {
    7474    if (f[k] >= 0.5) {
    7575      cout << "BRSourceGen::BRSourceGen() f[k=" << k << "]=" << f[k] << " >=0.5 ignored " << endl;
Note: See TracChangeset for help on using the changeset viewer.