COIN-OR::LEMON - Graph Library

Changeset 514:fd991a24c857 in lemon-0.x


Ignore:
Timestamp:
05/03/04 16:43:49 (20 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@674
Message:

An awful mistake found and corrected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/xy.h

    r491 r514  
    4242
    4343      ///Constructing the instance from coordinates
    44       xy(T a, T b) : x(a), y(a) { }
     44      xy(T a, T b) : x(a), y(b) { }
    4545
    4646
Note: See TracChangeset for help on using the changeset viewer.