Skip to content

Commit

Permalink
Changing iswindows to ispc
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoVarnet committed Sep 10, 2021
1 parent 4041773 commit f66bbd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Base/fastACI_set_amtoolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
p = [];
p.script_name = 'fastACI_dir_amtoolbox';
p.target_path = target_path;
if iswindows
if ispc
p.target_path = Convert_to_double_filesep(p.target_path);
end

Expand Down
2 changes: 1 addition & 1 deletion Base/fastACI_set_dirdata.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
p.script_name = 'fastACI_dir_data';
p.target_path = target_path;

if iswindows
if ispc
p.target_path = Convert_to_double_filesep(p.target_path);
end

Expand Down

0 comments on commit f66bbd8

Please sign in to comment.