Fixed all compilation problems with new function names, locations etc

This commit is contained in:
Celine Mercier
2016-04-25 18:35:02 +02:00
parent 92980508c0
commit 87935c6678
6 changed files with 30 additions and 19 deletions

View File

@ -72,7 +72,7 @@ typedef struct Obiview {
*/
char created_from[OBIVIEW_NAME_MAX_LENGTH+1]; /**< Name of the view from which that view was cloned if the view was cloned.
*/
char view_type[VIEW_TYPE_MAX_NAME+1]; /**< Type of the view if there is one.
char view_type[VIEW_TYPE_MAX_LENGTH+1]; /**< Type of the view if there is one.
* Types existing: NUC_SEQS_VIEW.
*/
bool read_only; /**< Whether the view is read-only or can be modified.
@ -125,7 +125,7 @@ typedef struct Obiview_infos {
*/
char created_from[OBIVIEW_NAME_MAX_LENGTH+1]; /**< Name of the view from which that view was cloned, if it was cloned.
*/
char view_type[VIEW_TYPE_MAX_NAME+1]; /**< Type of the view if there is one.
char view_type[VIEW_TYPE_MAX_LENGTH+1]; /**< Type of the view if there is one.
* Types existing: NUC_SEQS_VIEW.
*/
bool all_lines; /**< Whether there is a line selection associated with the view.