Skip to content

Commit

Permalink
Typo slipped through
Browse files Browse the repository at this point in the history
  • Loading branch information
TCallaghan2 committed Aug 7, 2024
1 parent a23d4e0 commit e239ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PreProcess/HabCamData5mmbin.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function HabCamData5mmbin(yrStart, yrEnd, domain, appendResults)
%nothing to do
return
end
dataFile = ['OriginalData/',abCamFile,'.csv'];
dataFile = ['OriginalData/', habCamFile, '.csv'];

header = { 'year','month','day','station','lat','lon','xutm','yutm','setdpth','sizegrp','surv_n','SQM','NImages','area','stratum','clop'};
yearCol = find(strcmpi('year', header), 1);
Expand Down

0 comments on commit e239ac3

Please sign in to comment.