Changeset 17653 for trunk/FACT++/src
- Timestamp:
- 04/04/14 11:25:04 (11 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/makedata.cc
r17651 r17653 186 186 187 187 if (no_limits || (cur<max_current && 90-hrz.alt<max_zd)) 188 cout << ratio*cur/ 8.1;188 cout << ratio*cur/6.2; 189 189 cout << ", "; 190 190 -
trunk/FACT++/src/makeplots.cc
r17651 r17653 320 320 321 321 if (no_limits || (cur<max_current && 90-hrz.alt<max_zd)) 322 g3.SetPoint(g3.GetN(), axis, ratio*cur/ 8.1);322 g3.SetPoint(g3.GetN(), axis, ratio*cur/6.2); 323 323 324 324 if (no_limits || (cur<max_current && 90-hrz.alt<max_zd))
Note:
See TracChangeset
for help on using the changeset viewer.