implmented some startup features

This commit is contained in:
nemu
2008-04-03 13:10:49 +00:00
parent 5fc7e14f3f
commit 0652495a3f
13 changed files with 101 additions and 24 deletions

View File

@ -110,6 +110,12 @@ typedef vector<double> PDoubleVector;
*/
typedef vector<TComplex> PComplexVector;
//-------------------------------------------------------------
/**
* <p> typedef to make to code more readable.
*/
typedef vector<TString> PStringVector;
//------------------------------------------------------------------------------------------
/**
* <p>Predominantly used in PRunBase.