/[marvin]/marvin/src/libsip/type/discsignal.hh
ViewVC logotype

Diff of /marvin/src/libsip/type/discsignal.hh

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

revision 1.10 by exos, Thu Sep 11 22:45:21 2003 UTC revision 1.11 by exos, Thu Sep 11 23:43:00 2003 UTC
# Line 107  public: Line 107  public:
107    /** \brief Overload operator *    /** \brief Overload operator *
108     ** \param src: signal to multiply to this     ** \param src: signal to multiply to this
109     */     */
110    DiscSignal &operator*(DiscSignal &src1)    DiscSignal &operator*(DiscSignal &src)
111    {return this->mult(*this, src1);};    {return this->mult(*this, src);};
112    
113        
114    /** \brief this operartor create a new discret signal form this    /** \brief this operartor create a new discret signal form this

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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