Ignore:
Timestamp:
02/23/06 11:22:31 (18 years ago)
Author:
mar637
Message:

added CYCLENO get/set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSelector.cpp

    r812 r842  
    6262{
    6363  set("POLNO", pols);
     64}
     65
     66void asap::STSelector::setCycles( const std::vector< int >& cycs )
     67{
     68  set("CYCLENO", cycs);
    6469}
    6570
     
    133138}
    134139
     140std::vector< int > asap::STSelector::getCycles( )
     141{
     142  return get("CYCLENO");
     143}
     144
    135145std::string asap::STSelector::print( )
    136146{
Note: See TracChangeset for help on using the changeset viewer.