Changeset 3077 for trunk


Ignore:
Timestamp:
11/25/15 15:34:02 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

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: Describe your changes here...


Make STApplyCal warning free.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STApplyCal.cpp

    r3021 r3077  
    193193                           asap::Interpolator1D<Double, Float> *interpolator,
    194194                           Double *xwork, Float *ywork,
    195                            const uInt wnrow, Float *yout, uChar *fout)
     195                           const uInt wnrow, Float *yout, uChar */*fout*/)
    196196  {
    197197    interpolator->setData(xwork, ywork, wnrow);
     
    222222    fout[index] = 0;
    223223  }
    224   static void ProcessInvalid(const Double xref, const uInt index,
    225                              asap::Interpolator1D<Double, Float> *interpolator,
    226                              Double *xwork, Float *ywork,
    227                              const uInt wnrow, Float *yout, uChar *fout)
     224  static void ProcessInvalid(const Double /*xref*/, const uInt index,
     225                             asap::Interpolator1D<Double, Float> */*interpolator*/,
     226                             Double */*xwork*/, Float */*ywork*/,
     227                             const uInt /*wnrow*/, Float */*yout*/, uChar *fout)
    228228  {
    229229    fout[index] = 1 << 7; // user flag
Note: See TracChangeset for help on using the changeset viewer.