diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/dimacs.h --- a/lemon/dimacs.h Sun Dec 21 20:47:15 2008 +0100 +++ b/lemon/dimacs.h Thu Jan 01 00:00:00 2009 +0100 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2008 + * Copyright (C) 2003-2009 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -334,7 +334,7 @@ typedef typename Digraph::NodeIt NodeIt; typedef typename Digraph::ArcIt ArcIt; - if(!comment.empty()) + if(!comment.empty()) os << "c " << comment << std::endl; os << "p mat " << g.nodeNum() << " " << g.arcNum() << std::endl;