Skip to content

Commit

Permalink
Remove version number in geo file
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianDepriester committed Jan 25, 2021
1 parent 63ade0b commit 32b9dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @gmshGeo/mesh.m
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
%% Dumping the geometry
ffid = fopen(path_to_geo, 'w');
% Heading
fprintf(ffid,'// File generated with MTEX2Gmsh (v %s) on %s\n\n',version,datestr(now));
fprintf(ffid,'// File generated with MTEX2Gmsh on %s\n\n',datestr(now));

% Mesh parameters
thicknessName='th';
Expand Down

0 comments on commit 32b9dcb

Please sign in to comment.