Changeset 2415


Ignore:
Timestamp:
02/17/12 21:25:29 (12 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sd

Description: changed the path to include Lorentzian1D.h now at the new location under casacore. also modified Makefile to not see Lorentzian*.h under asap/src (the Lorentzian* files under asap/src will be kept for a while then be removed because we now have them under casacore).


Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r2012 r2415  
    142142HEADERS   := MathUtils.h \
    143143             LineCatalog.h \
    144              Lorentzian1D.h \
    145              Lorentzian1DParam.h \
    146144             Logger.h \
    147145             STAttr.h \
  • trunk/src/STFitter.cpp

    r2394 r2415  
    3838#include <scimath/Functionals/CompoundFunction.h>
    3939#include <scimath/Functionals/Gaussian1D.h>
    40 #include "Lorentzian1D.h"
     40#include <scimath/Functionals/Lorentzian1D.h>
    4141#include <scimath/Functionals/Sinusoid1D.h>
    4242#include <scimath/Functionals/Polynomial.h>
Note: See TracChangeset for help on using the changeset viewer.