Ignore:
Timestamp:
04/26/07 14:55:17 (17 years ago)
Author:
mar637
Message:

added explicit keyword for single arument constructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STPolLinear.h

    r1007 r1353  
    3939  STPolLinear() {}
    4040
    41   STPolLinear(const casa::Matrix<casa::Float>& specs)
     41  explicit STPolLinear(const casa::Matrix<casa::Float>& specs)
    4242    { setSpectra(specs); }
    4343
Note: See TracChangeset for help on using the changeset viewer.