summaryrefslogtreecommitdiff
path: root/maxLoad.m
diff options
context:
space:
mode:
Diffstat (limited to 'maxLoad.m')
-rwxr-xr-xmaxLoad.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/maxLoad.m b/maxLoad.m
index 2ff279c..e4a89d3 100755
--- a/maxLoad.m
+++ b/maxLoad.m
@@ -1,4 +1,5 @@
function [ m ] = maxLoad(T, L, D, idx, weak)
+ D = D - 0.6;
L1 = abs(L(L ~= 0));
T1 = abs(T(idx));
ml = D(idx);