Changeset: 2665afdbed89 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2665afdbed89
Modified Files:
        sql/backends/monet5/UDF/ssdb.c
Branch: ssdb
Log Message:

updated comment due to changed signature


diffs (16 lines):

diff --git a/sql/backends/monet5/UDF/ssdb.c b/sql/backends/monet5/UDF/ssdb.c
--- a/sql/backends/monet5/UDF/ssdb.c
+++ b/sql/backends/monet5/UDF/ssdb.c
@@ -1125,11 +1125,7 @@ CLEANUP_RETURN:
 
 str
 SSDBdensity(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci)
-{ /* density(tin:str, tout:str, tilesize:int, threshold:int):void */
-       /*(void) cntxt;
-       (void) mb;
-       (void) stk;
-       (void) pci;*/
+{ /* density(tin:str, tout:str, x2:int, u2:int, y2:int, v2:int, tilesize:int, 
threshold:int):void */
 
        mvc *sql = NULL;
        sql_table *tin = NULL, *tout = NULL;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to