Merge branch 'multiple_avls_bloom'

This commit is contained in:
Celine Mercier
2016-03-22 14:14:10 +01:00
12 changed files with 704 additions and 62 deletions

View File

@ -228,6 +228,7 @@ Obiview_p obi_new_view_nuc_seqs(OBIDMS_p dms, const char* view_name, Obiview_p v
if (view== NULL)
return NULL;
fprintf(stderr, "\nmmmm\n");
strcpy(view->view_type, VIEW_TYPE_NUC_SEQS);
if (view_to_clone == NULL)