Revision: 56441
          http://sourceforge.net/p/brlcad/code/56441
Author:   mohitdaga
Date:     2013-08-01 20:12:46 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Change the name of the function

Modified Paths:
--------------
    brlcad/trunk/include/icv.h
    brlcad/trunk/src/libicv/stat.c

Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h  2013-08-01 20:08:18 UTC (rev 56440)
+++ brlcad/trunk/include/icv.h  2013-08-01 20:12:46 UTC (rev 56441)
@@ -500,7 +500,6 @@
 
 ICV_EXPORT size_t **icv_hist(icv_image_t* img, int n_bins);
 
-
 /** @} */
 /* end image utilities */
 

Modified: brlcad/trunk/src/libicv/stat.c
===================================================================
--- brlcad/trunk/src/libicv/stat.c      2013-08-01 20:08:18 UTC (rev 56440)
+++ brlcad/trunk/src/libicv/stat.c      2013-08-01 20:12:46 UTC (rev 56441)
@@ -65,7 +65,7 @@
     return bins;
 }
 
-double *icv_image_max(icv_image_t* img)
+double *icv_max(icv_image_t* img)
 {
     double *data = NULL;
     size_t size;
@@ -87,7 +87,7 @@
     return max;
 }
 
-double *icv_image_sum(icv_image_t* img)
+double *icv_sum(icv_image_t* img)
 {
     double *data = NULL;
    
@@ -109,7 +109,7 @@
     return sum;
 }
 
-double *icv_image_mean(icv_image_t* img)
+double *icv_mean(icv_image_t* img)
 {
     double *mean; 
     size_t size;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to