Changeset 2471


Ignore:
Timestamp:
04/18/12 16:03:14 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix on handling CalAtmosphere? table.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/asdm2ASAP/ASDMReader.cc

    r2355 r2471  
    12711271      CalAtmosphereRow *atmrow = atmrows[row0] ;
    12721272      tau = atmrow->getTau() ;
     1273    }
     1274    else {
     1275      tau.resize( 1 ) ;
     1276      tau[0] = 0.0 ;
    12731277    }
    12741278  }
Note: See TracChangeset for help on using the changeset viewer.