summaryrefslogtreecommitdiff
path: root/maxLoad.m
diff options
context:
space:
mode:
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);