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

Address compiler warnings in issue #245.

parent 4c66363f
No related branches found
No related tags found
No related merge requests found
......@@ -185,8 +185,6 @@ Int_t THcPrimaryKine::Process( const THaEvData& )
Int_t THcPrimaryKine::ReadDatabase( const TDatime& date )
{
static const char* const here = "THcPrimaryKine::ReadDatabase";
#ifdef WITH_DEBUG
cout << "In THcPrimaryKine::ReadDatabase()" << endl;
#endif
......
......@@ -11,6 +11,7 @@
class THcRunParameters : public THaRunParameters {
public:
using THaRunParameters::operator=;
THcRunParameters();
virtual ~THcRunParameters();
......
......@@ -300,6 +300,7 @@ Int_t THcSecondaryKine::ReadDatabase( const TDatime& date )
return 0;
*/
//fMX = 0.938;
return kOK;
}
//_____________________________________________________________________________
......
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