Closed ianhinder closed 14 years ago
This is a duplicate of issue #24 "Check storage of variables used from another thorn", in that if Kranc were to check for storage of all groups that it accessed, the pointers would never be null. Closing as duplicate.
Kranc currently assumes that the variables it reads and writes are valid pointers. Sometimes they will not be as storage isn't allocated for them. Each calculation could contain a check that all the variables being read or written are non-NULL.