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

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

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

revision 1.8 by vishnou, Mon Sep 15 17:19:53 2003 UTC revision 1.9 by srv89, Wed Sep 17 00:41:48 2003 UTC
# Line 61  double Type::operator [] ( int val ) con Line 61  double Type::operator [] ( int val ) con
61    return _signal->get_data()[val];    return _signal->get_data()[val];
62  }  }
63    
   
 void Type::operator = ( double *src )  
 {  
   _signal->set_data(src);  
 }  
   
   
64  void Type::print(std::ostream &str) const  void Type::print(std::ostream &str) const
65  {  {
66    for (unsigned i = 0; i < this->length(); i++)    for (unsigned i = 0; i < this->length(); i++)

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

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