Ignore:
Timestamp:
08/10/10 12:28:15 (14 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): atnf

Description: Describe your changes here...

Sync with code/atnf/implement/PKSIO


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/atnf/PKSIO/MBrecord.cc

    r1757 r1868  
    3737
    3838#include <atnf/PKSIO/MBrecord.h>
     39#include <atnf/PKSIO/SrcType.h>
    3940
    4041#include <string.h>
     
    5859  decRate = 0.0f;
    5960  nIF     = 0;
     61
     62  srcType = SrcType::NOTYPE ;
     63  srcVelocity = 0.0 ;
    6064}
    6165
     
    325329  srcVelocity = other.srcVelocity ;
    326330
     331  srcType = other.srcType ;
     332
    327333  return *this;
    328334}
     
    442448  srcVelocity = other.srcVelocity ;
    443449
     450  srcType = other.srcType ;
     451
    444452  return 0;
    445453}
Note: See TracChangeset for help on using the changeset viewer.