Skip to content

Commit

Permalink
Suppress 'file does not exist' warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
crcollins committed Jul 8, 2013
1 parent 603d473 commit 86f8187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @Gaussian/Gaussian.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
obj = obj@Base(dataPath, template, params);
end
function run(obj)
warning('off', 'MATLAB:DELETE:FileNotFound');
g09exe = 'C:\G09W\g09.exe';
gaussianPath = 'C:\G09W';

Expand Down

0 comments on commit 86f8187

Please sign in to comment.