X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fvector%2Fcl_SV_io.h;h=e43b0c6a4ad1d2b961277d4ca37ab4a9c38e72e8;hb=ca31719b9feb21fd62737136dc75d704124ead00;hp=51de4df6046fb37677f407058ceeabb52bb37c71;hpb=f3b29e52ea5a7b013f8294065920365e5d17d18f;p=cln.git diff --git a/src/vector/cl_SV_io.h b/src/vector/cl_SV_io.h index 51de4df..e43b0c6 100644 --- a/src/vector/cl_SV_io.h +++ b/src/vector/cl_SV_io.h @@ -13,7 +13,7 @@ namespace cln { // print_vector(stream,flags,fun,z); // > stream: Stream // > flags: Flags -// > fun: Ausgabefunktion für die einzelnen Elemente +// > fun: Ausgabefunktion für die einzelnen Elemente // > vector: Vektor extern void print_vector (std::ostream& stream, const cl_print_flags& flags, void (* fun) (std::ostream&, const cl_print_flags&, const cl_number&), const cl_SV_number& vector);