]> Creatis software - creaContours.git/blobdiff - bbtk/src/bbCreaContournDimensions.h
Set pointers to 0
[creaContours.git] / bbtk / src / bbCreaContournDimensions.h
index c6c4b2031f2b3c246fe38d00f2da17782ddbf164..2f6a427c5cbbb0a9d3d7dde1189cc628aa1cd5d8 100644 (file)
@@ -59,7 +59,7 @@ BBTK_OUTPUT(nDimensions, Value, "Value of the contours",vtkImageData*,"");
 BBTK_OUTPUT(nDimensions, X, "Array of arrays that contains the X coordinates of each contour", double**, "");
 BBTK_OUTPUT(nDimensions, Y, "Array of arrays that contains the Y coordinates of each contour", double**, "");
 BBTK_OUTPUT(nDimensions, Z, "Array of arrays that contains the Z coordinates of each contour", double**, "");
-BBTK_OUTPUT(nDimensions, SizeContour, "Vector contains the coordinates of each contour", std::vector <int>, "");
+BBTK_OUTPUT(nDimensions, SizeContour, "Vector that contains the coordinates of each contour", std::vector <int>, "");
 
 BBTK_END_DESCRIBE_BLACK_BOX(nDimensions);
 }