]> Creatis software - gdcm.git/commitdiff
*never* forget to re-compile just *before* committing!
authorjpr <jpr>
Mon, 14 Feb 2005 14:51:10 +0000 (14:51 +0000)
committerjpr <jpr>
Mon, 14 Feb 2005 14:51:10 +0000 (14:51 +0000)
src/gdcmUtil.cxx

index fcaf873afc2f330b5c2b9f6c2757756915e7ddae..b460f53386568eaff887a2039da094eedfbdb2f3 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/14 14:34:27 $
-  Version:   $Revision: 1.141 $
+  Date:      $Date: 2005/02/14 14:51:10 $
+  Version:   $Revision: 1.142 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -871,7 +871,6 @@ std::ostream &binary_write(std::ostream &os, const char *val)
  * \brief
  * @param os ostream to write to
  * @param val val
- * @param len length of the 'value' to be written  
  */ 
 std::ostream &binary_write(std::ostream &os, std::string const &val)
 {
@@ -881,7 +880,8 @@ std::ostream &binary_write(std::ostream &os, std::string const &val)
 /**
  * \brief  binary_write binary_write
  * @param os ostream to write to
- * @param val val
+ * @param val value
+ * @param len length of the 'value' to be written
  */ 
 std::ostream &binary_write(std::ostream &os, const uint8_t *val, size_t len)
 {