COIN-OR::LEMON - Graph Library

Changeset 2100:6fbe90faf02a in lemon-0.x for doc/graph_io.dox


Ignore:
Timestamp:
06/06/06 14:47:01 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2775
Message:

Doc bug fix

readed => read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/graph_io.dox

    r1959 r2100  
    198198given commands.
    199199
    200 The reader object assumes that each not readed value does not contain
     200The reader object assumes that each not read value does not contain
    201201whitespaces, therefore it has some extra possibilities to control how
    202202it should skip the values when the string representation contains spaces.
     
    272272should know how to read a Value from the given map.
    273273By the default implementation the input operator reads a value from
    274 the stream and the type of the readed value is the value type of the given map.
     274the stream and the type of the read value is the value type of the given map.
    275275When the reader should skip a value in the stream, because you do not
    276276want to store it in a map, the reader skips a character sequence without
Note: See TracChangeset for help on using the changeset viewer.