Changeset 3083


Ignore:
Timestamp:
11/25/15 15:58:44 (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 STFitter warning free.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFitter.cpp

    r2725 r3083  
    115115  SpectralList listGauss = estimator.estimate(x_, y_);
    116116  parameters_.resize(n*3);
    117   Gaussian1D<Float>* g = 0;
    118   for (uInt i=0; i<n;i++) {
     117//  Gaussian1D<Float>* g = 0;
     118//  for (uInt i=0; i<n;i++) {
    119119//     g = dynamic_cast<Gaussian1D<Float>* >(funcs_[i]);
    120120//     if (g) {
     
    130130//       */
    131131//     }
    132   }
     132//  }
    133133  estimate_.resize();
    134134  listGauss.evaluate(estimate_,x_);
Note: See TracChangeset for help on using the changeset viewer.