/[ff3d]/ff3d/language/VariationalDirichletListExpression.hpp
ViewVC logotype

Diff of /ff3d/language/VariationalDirichletListExpression.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:53 2003 UTC revision 1.2 by delpinux, Sun May 4 18:09:01 2003 UTC
# Line 50  private: Line 50  private:
50     *     *
51     * @return os     * @return os
52     */     */
53    std::ostream& put(std::ostream& os)    std::ostream& put(std::ostream& os) const
54    {    {
55      for (ListType::iterator i = __list.begin();      for (ListType::const_iterator i = __list.begin();
56           i != __list.end(); ++i) {           i != __list.end(); ++i) {
57        os << *(*i) << '\n';        os << *(*i) << '\n';
58      }      }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26