Ignore:
Timestamp:
10/20/13 21:56:33 (11 years ago)
Author:
tbretz
Message:
Use the correct define as setup by configure
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/zofits.h

    r17277 r17281  
    1414#include "MemoryManager.h"
    1515
    16 #ifdef USE_BOOST_THREADS
     16#ifdef HAVE_BOOST_THREAD
    1717#include <boost/thread.hpp>
    1818#endif
     
    552552
    553553            //get number of physically available threads
    554 #ifdef USE_BOOST_THREADS
     554#ifdef HAVE_BOOST_THREAD
    555555            unsigned int num_available_cores = boost::thread::hardware_concurrency();
    556556#else
     
    909909        int32_t         fLatestWrittenTile; ///< Index of the last tile written to disk (for correct ordering while using several threads)
    910910
    911         std::vector<Queue<CompressionTarget>>          fCompressionQueues;  ///< Processing queues (=threads)
     911        std::vector<Queue<CompressionTarget>>     fCompressionQueues;  ///< Processing queues (=threads)
    912912        Queue<WriteTarget, QueueMin<WriteTarget>> fWriteToDiskQueue;   ///< Writing queue (=thread)
    913913
Note: See TracChangeset for help on using the changeset viewer.