Ignore:
Timestamp:
07/20/08 18:38:24 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r9017 r9022  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.49 2008-07-20 14:21:40 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.50 2008-07-20 17:33:22 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    460460        else
    461461        {
    462             TString v(value);
    463 
    464             TString as = v(TPRegexp(" +[aA][sS] +[a-zA-Z0-9]+ *$"));
     462            TString  v(value);
     463            TPRegexp regexp(" +[aA][sS] +[a-zA-Z0-9]+ *$");
     464
     465            TString as = v(regexp);
    465466            Ssiz_t  p  = v.Index(as);
    466467
Note: See TracChangeset for help on using the changeset viewer.