Skip to content
Snippets Groups Projects
Commit a4d01fbc authored by Edward Brash's avatar Edward Brash Committed by Stephen A. Wood
Browse files

- changed prompt to indicate version of Interface

parent 5538bf52
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ THcInterface::THcInterface( const char* appClassName, int* argc, char** argv, ...@@ -73,7 +73,7 @@ THcInterface::THcInterface( const char* appClassName, int* argc, char** argv,
if( !noLogo ) if( !noLogo )
PrintLogo(); PrintLogo();
SetPrompt("analyzer [%d] "); SetPrompt("analyzerTHcInterface [%d] ");
gHaVars = new THaVarList; gHaVars = new THaVarList;
gHcParms = new THcParmList; gHcParms = new THcParmList;
gHaCuts = new THaCutList( gHaVars ); gHaCuts = new THaCutList( gHaVars );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment