fix jira bug NCF-184

This commit is contained in:
Dennis Heimbigner 2012-07-24 19:51:04 +00:00
parent a824fdbfb2
commit b1984d2618

View File

@ -427,7 +427,7 @@ computeseqcountconstraints3(NCDAPCOMMON* dapcomm, CDFnode* seq, NCbytes* seqcoun
NClist* path = NULL;
CDFnode* var = NULL;
ASSERT(seq->nctype = NC_Sequence);
ASSERT(seq->nctype == NC_Sequence);
computeseqcountconstraints3r(dapcomm,seq,&var);
ASSERT((var != NULL));