# HG changeset patch # User deba # Date 1112609613 0 # Node ID fde0d12545c1f11f666a769730f0df83db7007b7 # Parent 12078ddcf065809b3023fbcc855a0adc69934154 Bug fix. diff -r 12078ddcf065 -r fde0d12545c1 src/lemon/graph_writer.h --- a/src/lemon/graph_writer.h Mon Apr 04 10:11:47 2005 +0000 +++ b/src/lemon/graph_writer.h Mon Apr 04 10:13:33 2005 +0000 @@ -397,7 +397,7 @@ } /// Ready to use writer function. - template + template void writeGraph(std::ostream& os, const Graph &g, const CapacityMap& capacity, const typename Graph::Node &s, const typename Graph::Node &t) {