vcvsset.c, cleanup order of TSTALLOC() invocations
This commit is contained in:
parent
a2d0d8031f
commit
6c885ce65b
|
|
@ -52,8 +52,8 @@ if((here->ptr = SMPmakeElt(matrix, here->first, here->second)) == NULL){\
|
|||
|
||||
TSTALLOC(VCVSposIbrptr, VCVSposNode, VCVSbranch)
|
||||
TSTALLOC(VCVSnegIbrptr, VCVSnegNode, VCVSbranch)
|
||||
TSTALLOC(VCVSibrNegptr, VCVSbranch, VCVSnegNode)
|
||||
TSTALLOC(VCVSibrPosptr, VCVSbranch, VCVSposNode)
|
||||
TSTALLOC(VCVSibrNegptr, VCVSbranch, VCVSnegNode)
|
||||
TSTALLOC(VCVSibrContPosptr, VCVSbranch, VCVScontPosNode)
|
||||
TSTALLOC(VCVSibrContNegptr, VCVSbranch, VCVScontNegNode)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue