Changeset 9022 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 07/20/08 18:38:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r9017 r9022 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1. 49 2008-07-20 14:21:40tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.50 2008-07-20 17:33:22 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 460 460 else 461 461 { 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); 465 466 Ssiz_t p = v.Index(as); 466 467
Note:
See TracChangeset
for help on using the changeset viewer.