Changeset 209:765619b7cbb2 in lemon for test/maps_test.cc
- Timestamp:
- 07/13/08 20:51:02 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/maps_test.cc
r167 r209 1 /* -*- C++-*-2 * 3 * This file is a part of LEMON, a generic C++ optimization library 1 /* -*- mode: C++; indent-tabs-mode: nil; -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 5 * Copyright (C) 2003-2008 … … 305 305 "Something is wrong with EqualMap"); 306 306 } 307 307 308 308 // LoggerBoolMap 309 309 { … … 321 321 v1[0]==20 && v1[1]==50 && v1[2]==60 && v2[0]==20 && v2[1]==50 && v2[2]==60, 322 322 "Something is wrong with LoggerBoolMap"); 323 323 324 324 int i = 0; 325 325 for ( LoggerBoolMap<vec::iterator>::Iterator it = map2.begin();
Note: See TracChangeset
for help on using the changeset viewer.