add task       

Task ID:  1043  manager - undefined variables not always warned    
 
Created by devoil on 2009-10-29 11:27 AM, 315 days ago
Project:  Module Code
Category:  Bug
Priority:  high
Assigned to:  devoil  
Status:  1. Submitted
Apsim Version:
Your Name:
Contact Details:
 
  Comment: Entering "bugid#999" in comment creates link to id 999
 

show inline images      show change history

 comment 31153 posted by devoil on 2009-10-29 11:27 AM, 315 days ago    forward
The manager component whinges properly about undefined variables eg
if (das > 14) then
...

but not if its qualified with a module name, eg
if (weed.das > 14) then
...

See Manager.for:1122. Should throw an error.