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

Diff of /ff3d/language/PDESystemExpression.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 44  private: Line 44  private:
44    typedef std::list<ReferenceCounting<PDEProblemExpression> > SystemList;    typedef std::list<ReferenceCounting<PDEProblemExpression> > SystemList;
45    SystemList __system;    SystemList __system;
46    
47    std::ostream& put(std::ostream& os)    std::ostream& put(std::ostream& os) const
48    {    {
49      for (SystemList::iterator i = __system.begin(); i!= __system.end();      for (SystemList::const_iterator i = __system.begin(); i!= __system.end();
50           ++i)           ++i)
51        os << (*(*i));        os << (*(*i));
52      return os;      return os;

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