- Timestamp:
- 03/01/07 20:56:05 (19 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/STMath.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/STMath.cppr1318 r1319 906 906 scaleByVector(tab,factors, false); 907 907 } else if ( etaap > 0.0) { 908 Instrument inst = 909 STAttr::convertInstrument(tab.keywordSet().asString("AntennaName"), True); 910 STAttr sda; 911 if (d < 0) d = sda.diameter(inst); 908 if (d < 0) { 909 Instrument inst = 910 STAttr::convertInstrument(tab.keywordSet().asString("AntennaName"), 911 True); 912 STAttr sda; 913 d = sda.diameter(inst); 914 } 912 915 jyperk = STAttr::findJyPerK(etaap, d); 913 916 ostringstream oss; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
