Fork me on GitHub

Ignore:
Timestamp:
Jun 17, 2009, 10:59:38 PM (15 years ago)
Author:
Xavier Rouby
Message:

cleaning for avoiding some harmless compilation warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Hector/src/H_Drift.cc

    r281 r437  
    4343}
    4444
    45 void H_Drift::setMatrix(const float eloss, const float p_mass, const float p_charge) {
     45//void H_Drift::setMatrix(const float eloss, const float p_mass, const float p_charge) {
     46void H_Drift::setMatrix(const float , const float , const float ) {
    4647        element_mat = driftmat(element_length);
    4748        return ;
Note: See TracChangeset for help on using the changeset viewer.