Ignore:
Timestamp:
11/12/08 17:04:01 (16 years ago)
Author:
TakTsutsumi
Message:

Merged recent updates (since 2007) from nrao-asap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/MathUtils.h

    r1373 r1446  
    8282
    8383/**
    84  * Convert casa implementations to stl
    85  * @param in casa string
    86  * @return a std vector of std strings
     84 * Convert a std::vector of std::string
     85 * to a casa::Vector casa::String
     86 * @param in
     87 * @return
    8788 */
    8889std::vector<std::string> tovectorstring(const casa::Vector<casa::String>& in);
    8990
    9091/**
    91  * convert stl implementations to casa versions
     92 * Convert a casa::Vector of casa::String
     93 * to a stl std::vector of stl std::string
    9294 * @param in
    9395 * @return
Note: See TracChangeset for help on using the changeset viewer.