Skip to content

Commit

Permalink
Update xyz_arc_filemaker_speedupMOLE.m
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
dadaoqiuzhi committed Oct 15, 2021
1 parent fcac1bb commit 9ca9868
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lammpstrj2xyz_car_mdf_arc/xyz_arc_filemaker_speedupMOLE.m
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,12 @@
elseif ii>1
fprintf(fid,'\n%d\n%s %s',atomnum,title,date);
end
if strcmpi(BOXsize,'y')
PBCa=boxsize(1,2)-boxsize(1,1);
PBCb=boxsize(2,2)-boxsize(2,1);
PBCc=boxsize(3,2)-boxsize(3,1);
end
elseif formatout==2

if strcmp(PBCchoi,'ON')
PBC='PBC=ON';
PBCa=boxsize(1,2)-boxsize(1,1);
Expand Down

0 comments on commit 9ca9868

Please sign in to comment.