Ignore:
Timestamp:
09/07/04 11:31:02 (20 years ago)
Author:
mar637
Message:

chnaged namesapce form "atnf_sd" to "asap"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMath.cc

    r69 r83  
    3535using namespace boost::python;
    3636
    37 namespace atnf_sd {
     37namespace asap {
    3838  namespace SDMathWrapper {
    3939    SDMemTableWrapper SDMathWrapper::averages(boost::python::tuple tp,
     
    4141      int n;
    4242      n = extract<int>(tp.attr("__len__")());
    43       Block<CountedPtr<atnf_sd::SDMemTable> > b(n);
     43      Block<CountedPtr<asap::SDMemTable> > b(n);
    4444      for (int i=0;i< n;++i) {
    4545        SDMemTableWrapper sdmw =
     
    6767   
    6868  } // python
    69 } // atnf_sd
     69} // asap
    7070
Note: See TracChangeset for help on using the changeset viewer.