Skip to content

Commit

Permalink
Zeffiro developer: A regular push adding the changes made in the curr…
Browse files Browse the repository at this point in the history
…ent local repository to the remote origin. Contents of the folders ./data/ and ./profile/ are ignored. The update necessitates creating a personal access token.
  • Loading branch information
sampsapursiainen committed Aug 2, 2024
1 parent 498ea61 commit 882015b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m/zef_add_bounding_box.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
eval(['zef.' zef.compartment_tags{1} '_name = ''' name_str ''';']);
eval(['zef.' zef.compartment_tags{1} '_sources = -1;']);
eval(['zef.' zef.compartment_tags{1} '_visible = 0;']);
eval(['zef.' zef.compartment_tags{1} '_merge = 0;']);
zef.compartment_tags = [zef.compartment_tags(2:end) zef.compartment_tags(1)];
zef = zef_build_compartment_table(zef);

Expand Down

0 comments on commit 882015b

Please sign in to comment.