csxcad: init at unstable-2020-02-08

This commit is contained in:
Matt Huszagh
2020-08-05 19:27:28 -07:00
committed by Jon
parent 7503f280c8
commit e74a6bcc20
3 changed files with 62 additions and 0 deletions
@@ -0,0 +1,11 @@
--- CSXCAD/matlab/searchBinary.m 2019-07-14 09:24:02.154291745 -0700
+++ CSXCAD/matlab/searchBinary.m 2019-07-14 09:20:20.900248280 -0700
@@ -33,7 +33,7 @@
% try all search paths
for n=1:numel(searchpath)
- binary_location = [searchpath{n} name];
+ binary_location = [searchpath{n} filesep name];
if exist(binary_location, 'file')
return
end