Ignore:
Timestamp:
09/07/13 16:09:51 (11 years ago)
Author:
tbretz
Message:
Added missing includes etc which is necessary to include the files in any order.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mimage/MHVsSize.cc

    r9851 r17128  
    100100    fM3Long.SetYTitle("M3Long [\\circ]");
    101101
    102     const MBinning binse( 50,   10, 1e5, "", "log");
     102    const MBinning binse( 50,  1e3, 1e7, "", "log");
    103103    const MBinning binsc(100, 3e-3, 1,   "", "log");
    104104    const MBinning binsl(100,    0, 0.5);
    105     const MBinning binsd(100,    0, 2.0);
     105    const MBinning binsd(120,    0, 2.5);
    106106    const MBinning binsa(100,    0, 0.25);
    107107    const MBinning binsm(100, -1.5, 1.5);
Note: See TracChangeset for help on using the changeset viewer.