Browse Source

remove duplicate pointer allocation

pre-master-46
dwarning 4 years ago
committed by Holger Vogt
parent
commit
45d5d9a764
  1. 3
      src/spicelib/devices/hicum2/hicum2setup.c

3
src/spicelib/devices/hicum2/hicum2setup.c

@ -754,9 +754,6 @@ do { if((here->ptr = SMPmakeElt(matrix, here->first, here->second)) == NULL){\
}
TSTALLOC(HICUMbaseBPSubsSIPtr ,HICUMbaseBPNode,HICUMsubsSINode);
TSTALLOC(HICUMsubsSIBaseBPPtr ,HICUMsubsSINode,HICUMbaseBPNode);
if (selfheat) {
TSTALLOC(HICUMcollTempPtr, HICUMcollNode, HICUMtempNode);
TSTALLOC(HICUMbaseTempPtr,HICUMbaseNode,HICUMtempNode);

Loading…
Cancel
Save