|
Quote: |
|
 |
|
|
Hi Blu-Ray,
I was looking through the code and I think I found a possible mistake. Can you verify for Plot21 and Plot22 in the file "VSA No Demand No Supply.txt". Both "if" statements for those plots contain the condition: (H[3]-L[3])<(H[3]-L[3]) which will always be evaluated as FALSE. Perhaps this is a typo???
Thanks,
Ben |
|
|
|
|
Thanks Ben for pointing that out, yes it is a mistake
the code should read " (H[3]-L[3])<(H[4]-L[4]) ".
I've attached the modified ELD ( Hopefully James or a Mod could move it to the front page )
Thanks again
Blu-Ray