Changeset 7784 for trunk/MagicSoft/Mars/mhflux/MHThetaSqN.cc
- Timestamp:
- 07/11/06 16:46:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHThetaSqN.cc
r7775 r7784 198 198 void MHThetaSqN::SetVal(Double_t val) 199 199 { 200 static_cast< constMParameterD*>(fParameter)->SetVal(val);200 static_cast<MParameterD*>(fParameter)->SetVal(val); 201 201 } 202 202
Note:
See TracChangeset
for help on using the changeset viewer.