From: David Wells Date: Fri, 2 Oct 2015 20:47:59 +0000 (-0400) Subject: Assert that we did assign a value to a pointer. X-Git-Tag: v8.4.0-rc2~342^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1708%2Fhead;p=dealii.git Assert that we did assign a value to a pointer. --- diff --git a/source/fe/fe_q_bubbles.cc b/source/fe/fe_q_bubbles.cc index 1c00f08d99..05b0cdf130 100644 --- a/source/fe/fe_q_bubbles.cc +++ b/source/fe/fe_q_bubbles.cc @@ -80,6 +80,7 @@ namespace FE_Q_Bubbles_Helper AssertThrow(false, ExcInternalError()); } + Assert(q_fine.get() != NULL, ExcInternalError()); const unsigned int nq = q_fine->size(); // loop over all possible refinement cases