COIN-OR::LEMON - Graph Library

Changeset 1122:3ce7fc516cca in lemon-0.x


Ignore:
Timestamp:
02/03/05 20:31:37 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1521
Message:

New error.h moved to lemon/

Location:
src
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • src/work/klao/error_test.cc

    r1120 r1122  
    33
    44#define LEMON_ASSERT_ABORT 0
    5 #include <error.h>
     5#include <lemon/error.h>
    66
    77using namespace std;
     
    7070#define LEMON_ASSERT_EXCEPTION
    7171
    72 #include <error.h>
     72#include <lemon/error.h>
    7373
    7474void fail_assert() {
    7575  LEMON_ASSERT(2*2==5, "Marson vagyunk");
    7676}
    77 
    78 
Note: See TracChangeset for help on using the changeset viewer.