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 11, 2024
1 parent e55270d commit 09b3e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions m/zef_create_fem_mesh.m
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@

clear X Y Z;

if not(zef.use_gpu)
n_parallel = zef.parallel_processes;
if isempty(gcp('nocreate'))
parpool(n_parallel);
Expand All @@ -154,6 +155,7 @@
parpool(n_parallel);
end
end
end

refinement_surface_on = zef.refinement_surface_on;
n_surface_refinement = zef.refinement_surface_number;
Expand Down

0 comments on commit 09b3e2f

Please sign in to comment.