Skip to content
Snippets Groups Projects
Commit 04f058aa authored by Stephen A. Wood's avatar Stephen A. Wood Committed by Stephen Wood
Browse files

Fix formating of Welcome text.

parent 33dd18f5
No related branches found
No related tags found
No related merge requests found
...@@ -103,9 +103,9 @@ void THcInterface::PrintLogo( Bool_t lite ) ...@@ -103,9 +103,9 @@ void THcInterface::PrintLogo( Bool_t lite )
Printf(" * W E L C O M E to the *"); Printf(" * W E L C O M E to the *");
Printf(" * H A L L C ++ A N A L Y Z E R *"); Printf(" * H A L L C ++ A N A L Y Z E R *");
Printf(" * *"); Printf(" * *");
Printf(" * hcana release %10s %18s *",HC_VERSION,HC_DATE); Printf(" * hcana release %12s %16s *",HC_VERSION,HC_DATE);
Printf(" * PODD release %10s %18s *",HA_VERSION,HA_DATE); Printf(" * PODD release %13s %16s *",HA_VERSION,HA_DATE);
Printf(" * ROOT %8s %18s *",root_version,root_date); Printf(" * ROOT %10s %16s *",root_version,root_date);
Printf(" * *"); Printf(" * *");
Printf(" * For information visit *"); Printf(" * For information visit *");
Printf(" * http://hallcweb.jlab.org/hcana/docs/ *"); Printf(" * http://hallcweb.jlab.org/hcana/docs/ *");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment