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

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

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

revision 1.9 by exos, Thu Sep 11 03:39:25 2003 UTC revision 1.10 by exos, Thu Sep 11 05:00:21 2003 UTC
# Line 192  double DiscSignal::max_val ( ) Line 192  double DiscSignal::max_val ( )
192        
193    for (int i = 0; (*this)[i]; ++i)    for (int i = 0; (*this)[i]; ++i)
194      if ((*this)[i] > max )      if ((*this)[i] > max )
195          max = (*this)[i];        max = (*this)[i];
196    return max;    return max;
197  }  }
198    
199    void DiscSignal::perl_capture()
200    {
201      export_p(this->get_signal()->get_data(), this->length(), "mop");
202    }

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

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