hcu5555 / tonatiuh

Automatically exported from code.google.com/p/tonatiuh
0 stars 0 forks source link

Problems deleting heliostats #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The problem appears when I try to delete lots of heliostats. In my case, I have 
a plant with a tower and lots of heliostats surrounding it. In my case, I only 
want to use the same tower so I decided to delete the heliostats all together 
by erasing their root node but the program crashed.
I think the problem have appeared because of the data to erase was so heavy 
that it makes the program crashed. it could be useful to develop something to 
avoid erasing lots of data in that way or something like that.

Original issue reported on code.google.com by sergio.g...@gmail.com on 9 Aug 2011 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by sergio.g...@gmail.com on 7 Sep 2011 at 8:40

GoogleCodeExporter commented 9 years ago
The problem has been solved. Sometimes there was an instance to a null pointer 
when the tree was being updated so that the program has crashed.

Original comment by sergio.g...@gmail.com on 12 Sep 2011 at 3:57