Changeset 3045 for trunk


Ignore:
Timestamp:
08/07/15 17:51:05 (9 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes/No?

Interface Changes: Yes/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: Explicitly initialize cubicSplineModelPool_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r3044 r3045  
    9393
    9494Scantable::Scantable(Table::TableType ttype) :
    95   type_(ttype)
     95  type_(ttype),
     96  cubicSplineModelPool_()
    9697{
    9798  initFactories();
     
    117118
    118119Scantable::Scantable(const std::string& name, Table::TableType ttype) :
    119   type_(ttype)
     120  type_(ttype),
     121  cubicSplineModelPool_()
    120122{
    121123  initFactories();
Note: See TracChangeset for help on using the changeset viewer.