Added null check when fetching parameters from IDF
Recent build failures happened because some of the components being fetched did not exist for some IDFs. resulting in a null pointer being returned. a null check has been implmeneted so that if the component pointer in null then we just set the value in slitCalculator to zero. Refs #13758
Please register or sign in to comment