COIN-OR::LEMON - Graph Library

Changeset 212:1ae84dea7d09 in lemon-1.2 for lemon/error.h


Ignore:
Timestamp:
07/14/08 09:15:23 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Fix the incorrect tab replacements of unify-sources.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/error.h

    r209 r212  
    7171      try {
    7272        if (!copy.valid()) return;
    73          *ptr = copy.get();
     73        *ptr = copy.get();
    7474      } catch (...) {}
    7575    }
Note: See TracChangeset for help on using the changeset viewer.