-
in RASModelVariables were doing this by checking whether the corresponding pointer was allocated. In some cases, however, even if the field does not exist, the pointer is not null, leading to the wrong output. Made the correspding functions virtual and overwritten their return values in the derived classes. Kept the initial implementation in base to facilitate the clone function.
03b2023d