Skip to content

Commit

Permalink
turn off warnings in SplitDD
Browse files Browse the repository at this point in the history
Turn off annoying and time consuming warnings (and hope that Tim R
comes up with a new optimization approach when the next version of
Matlab comes out!)
  • Loading branch information
dtfullwood committed May 16, 2016
1 parent f65f6fa commit 686ecc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/DDS/SplitDD.m
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

%% Resolving slip, parallel processing
rhos = zeros(length(bedge) + length(bscrew),m*n);

warning off;

NumberOfCores = Settings.DoParallel;
if NumberOfCores>1 %if parallel processing
Expand Down Expand Up @@ -253,7 +253,7 @@ pctRunOnAll javaaddpath('java')
ppm.increment();
end
else
h = waitbar(0.1,'splitting')
h = waitbar(0.1,'splitting');
for i = 1:m*n

gmat = squeeze(bestgmat(:,:,i));
Expand Down

0 comments on commit 686ecc4

Please sign in to comment.