Changeset 1908 for trunk/src/Scantable.h


Ignore:
Timestamp:
08/26/10 20:22:18 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes CAS-1937, CAS-2373

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sdbaseline

Description: Changing some function names


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r1907 r1908  
    489489  bool getFlagtraFast(int whichrow);
    490490
    491   void polyBaseline(const std::vector<bool>& mask, int order, int rowno);
     491  void polyBaselineBatch(const std::vector<bool>& mask, int order, int rowno);
    492492  void polyBaseline(const std::vector<bool>& mask, int order, int rowno, int pars_ptr, int pars_size, int errs_ptr, int errs_size, int fmask_ptr, int fmask_size);
    493493
Note: See TracChangeset for help on using the changeset viewer.