summaryrefslogtreecommitdiff
path: root/maxLoad.m
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-04-27 14:38:00 -0400
committerMichael Abed <michaelabed@gmail.com>2012-04-27 14:38:00 -0400
commit8abda914bec24ff8d5f46ec2293152fb0e6f5c57 (patch)
tree5c601230551569064bedf1b6f8b6c12339651ec5 /maxLoad.m
parentde330174b48ee1ae0965dbbc39b7ea73b5f23e13 (diff)
downloadek301-prelim-master.tar.gz
ek301-prelim-master.tar.bz2
ek301-prelim-master.zip
Diffstat (limited to 'maxLoad.m')
-rwxr-xr-xmaxLoad.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/maxLoad.m b/maxLoad.m
index e4a89d3..dc07d77 100755
--- a/maxLoad.m
+++ b/maxLoad.m
@@ -1,5 +1,5 @@
function [ m ] = maxLoad(T, L, D, idx, weak)
- D = D - 0.6;
+ D = D;% - 0.6;
L1 = abs(L(L ~= 0));
T1 = abs(T(idx));
ml = D(idx);