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 Oct 2, 2024
1 parent d6f830c commit ae2e401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m/zef_turn_compartment_onoff.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
n_c_t = length(c_t);

if isempty(compartment_onoff_vec)
compartment_onff_vec = ones(1,n_c_t);
compartment_onoff_vec = ones(1,n_c_t);
end

for i = 1 : n_c_t
Expand Down

0 comments on commit ae2e401

Please sign in to comment.