Changeset 12749 for trunk


Ignore:
Timestamp:
01/17/12 09:06:33 (13 years ago)
Author:
lyard
Message:
fixed compil without plotting
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fitsdump.cc

    r12748 r12749  
    2727#include <qwt_scale_draw.h>
    2828
     29#endif
    2930#include "Time.h"
    30 #endif
    3131
    3232using namespace std;
     
    717717    for (auto it=columnsData.begin(); it != columnsData.end(); it++, rangesIt++, statsIt++, nameIt++)
    718718    {
    719         int span = rangesIt->second - rangesIt->first;
     719//        int span = rangesIt->second - rangesIt->first;
    720720        cout << *nameIt << ": " << endl;
    721721        if (statsIt->numValues != 0)
Note: See TracChangeset for help on using the changeset viewer.