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_RectangularCollimator.cc

    r281 r437  
    5454}
    5555
    56 void H_RectangularCollimator::setMatrix(const float eloss, const float p_mass, const float p_charge) {
     56//void H_RectangularCollimator::setMatrix(const float eloss, const float p_mass, const float p_charge) {
     57void H_RectangularCollimator::setMatrix(const float , const float , const float ) {
    5758        element_mat = driftmat(element_length);
    5859        return ;
Note: See TracChangeset for help on using the changeset viewer.