Skip to content

Commit

Permalink
Octave bug closing it seems, for know a dirty hack
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianpaul committed Jun 27, 2011
1 parent e024b3e commit a700d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postProcessing.m
Expand Up @@ -110,7 +110,7 @@
[trackResults, channel] = tracking(fid, channel, settings);

% Close the data file
fclose(fid);
%fclose(fid);

disp([' Tracking is over (elapsed time ', ...
datestr(now - startTime, 13), ')'])
Expand Down

0 comments on commit a700d41

Please sign in to comment.