COIN-OR::LEMON - Graph Library

Changeset 1214:39993ada11c7 in lemon-0.x for src/lemon/graph_writer.h


Ignore:
Timestamp:
03/11/05 19:54:18 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1634
Message:

Changing exception names.
Compile sentry fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/graph_writer.h

    r1208 r1214  
    1919///\brief Graph writer.
    2020
     21#ifndef LEMON_GRAPH_WRITER_H
     22#define LEMON_GRAPH_WRITER_H
    2123
    2224#include <iostream>
     
    2931
    3032#include <lemon/map_utils.h>
     33
    3134#include <lemon/invalid.h>
    3235#include <lemon/error.h>
     
    445448
    446449}
     450
     451#endif
Note: See TracChangeset for help on using the changeset viewer.