Ignore:
Timestamp:
03/30/10 14:47:27 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msimreflector/MMirror.cc

    r9371 r9565  
    9999using namespace std;
    100100
     101void MMirror::SetShape(Char_t c)
     102{
     103    switch (toupper(c))
     104    {
     105    case 'S':
     106        fShape = 0;
     107        break;
     108
     109    case 'P':
     110        fShape = 1;
     111        break;
     112
     113    default:
     114        fShape = 0;
     115    }
     116}
     117
    101118// --------------------------------------------------------------------------
    102119//
Note: See TracChangeset for help on using the changeset viewer.