Changeset 9594 for trunk/MagicSoft/Mars/msimreflector/MMirrorDisk.cc
- Timestamp:
- 06/24/10 14:55:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msimreflector/MMirrorDisk.cc
r9371 r9594 157 157 return -1; 158 158 159 Double_t r= atof(tok[0]->GetName());159 const Double_t d = atof(tok[0]->GetName()); 160 160 161 if ( r<=0)161 if (d<=0) 162 162 return -1; 163 163 164 fR = r;164 fR = d/2; 165 165 166 166 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.