Ignore:
Timestamp:
03/26/16 01:33:13 (8 years ago)
Author:
Maciej Komosinski
Message:

Unified DEBUG macro ( -> _DEBUG )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/param.cpp

    r478 r483  
    713713//////////////////////////////// PARAM ////////////////////////////////////
    714714
    715 #ifdef DEBUG
     715#ifdef _DEBUG
    716716void SimpleAbstractParam::sanityCheck(int i)
    717717{
     
    748748///////// get
    749749
    750 #ifdef DEBUG
     750#ifdef _DEBUG
    751751#define SANITY_CHECK(i) sanityCheck(i)
    752752#else
Note: See TracChangeset for help on using the changeset viewer.