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

Fix typo in THcRun constructor

parent 124f7bca
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ THcRun::THcRun( const char* fname, const char* description ) :
//_____________________________________________________________________________
THcRun::THcRun( const THcRun& rhs ) :
THcRun(rhs)
THaRun(rhs)
{
// Copy ctor
......
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