You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@concerted.apache.org by "Gaurav Shukla (JIRA)" <ji...@apache.org> on 2015/10/25 14:21:27 UTC

[jira] [Updated] (CONCERTED-18) insert_val and search_val function in ConcMat.h limits the search array size to 3

     [ https://issues.apache.org/jira/browse/CONCERTED-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gaurav Shukla updated CONCERTED-18:
-----------------------------------
    Summary: insert_val and search_val function in ConcMat.h limits the search array size to 3  (was: search_val function in ConcMat.h limits the search array size to 3)

> insert_val and search_val function in ConcMat.h limits the search array size to 3
> ---------------------------------------------------------------------------------
>
>                 Key: CONCERTED-18
>                 URL: https://issues.apache.org/jira/browse/CONCERTED-18
>             Project: Apache Concerted
>          Issue Type: Bug
>            Reporter: Gaurav Shukla
>            Priority: Minor
>              Labels: newbie
>
> insert_val and search_val function in ConcMat.h limits insert and search array size to 3 where as mat_node suports child attributes upto 10.
> So I think both the functions should allow searching and inserting upto a max of 10 or if possible even the number of childs in mat_node should also be dynamic.
> mat_node* insert_val(int[3],mat_node*);
> mat_node* search_val(int search_val_array[3], mat_tree *tree_val)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)