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 Jul 26, 2024
1 parent 068c01f commit f7723fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m/zef_refinement_step.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
refinement_type = zef.refinement_surface_compartments_2;
surface_refinement_mode = zef.refinement_surface_mode_2;
elseif refinement_flag == 3
refinement_type = zef.refinement_surface_compartments_2;
surface_refinement_mode = zef.refinement_surface_mode_2;
refinement_type = zef.refinement_surface_compartments_3;
surface_refinement_mode = zef.refinement_surface_mode_3;
end

if length(n_surface_refinement) > 1
Expand Down

0 comments on commit f7723fb

Please sign in to comment.