Open benfulton opened 7 years ago
ERROR(tree.c): running infix on nonbinary tree (memory_new) Error in memory allocation: 12: Cannot allocate memory
I pasted the tree into Seaview and it makes the tree without problem.
(((((((A:109.5082649,B:109.5082649):83.2172160,C:192.7254808):262.8484741,D:455.5739549):87.4210709,E:542.9950258):373.0049742,(F:425.0000000,(G:346.0000000,(H:94.0000000,(I:6.8896471,J:6.8896471):87.1103529):252.0000000):79.0000000):491.0000000):405.4946417,K:1321.4946417));
Seems to have an extra set of parentheses around your tree. If I remove the outer most opening and closing parentheses the tree loads ok!
Have you ever solved this problem? I have the same problem.Hope you can give me some help...
ERROR(tree.c): running infix on nonbinary tree (memory_new) Error in memory allocation: 12: Cannot allocate memory
I pasted the tree into Seaview and it makes the tree without problem.
(((((((A:109.5082649,B:109.5082649):83.2172160,C:192.7254808):262.8484741,D:455.5739549):87.4210709,E:542.9950258):373.0049742,(F:425.0000000,(G:346.0000000,(H:94.0000000,(I:6.8896471,J:6.8896471):87.1103529):252.0000000):79.0000000):491.0000000):405.4946417,K:1321.4946417));
Seems to have an extra set of parentheses around your tree. If I remove the outer most opening and closing parentheses the tree loads ok!