Go to the source code of this file.
[inline]
Definition at line 25 of file _dcovector-io.hpp.
References _dcovector::destroy(), and _dcovector::L.
00026 { 00027 for(long i=0; i<vec.L; i++){ 00028 s << " " << vec(i) << std::endl; 00029 } 00030 00031 vec.destroy(); 00032 return s; 00033 }