/[GiNaC]/ginac/ncmul.h
ViewVC logotype

Diff of /ginac/ncmul.h

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

revision 1.31 by kreckel, Sat Jun 16 14:38:09 2001 UTC revision 1.32 by cbauer, Tue Jun 26 20:32:04 2001 UTC
# Line 51  public: Line 51  public:
51          ncmul(const exvector & v, bool discardable=false);          ncmul(const exvector & v, bool discardable=false);
52          ncmul(exvector * vp); // vp will be deleted          ncmul(exvector * vp); // vp will be deleted
53    
54          // functions overriding virtual functions from bases classes          // functions overriding virtual functions from base classes
55  public:  public:
56          void print(const print_context & c, unsigned level = 0) const;          void print(const print_context & c, unsigned level = 0) const;
57          unsigned precedence(void) const {return 50;}          unsigned precedence(void) const {return 50;}

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15