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/STPolStokes.h

    r910 r1353  
    2828  STPolStokes() {}
    2929
    30   STPolStokes(const casa::Matrix<casa::Float>& specs)
     30  explicit STPolStokes(const casa::Matrix<casa::Float>& specs)
    3131    { setSpectra(specs); }
    3232
Note: See TracChangeset for help on using the changeset viewer.