Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore writeFrame method in ObserverSwarm #35

Closed
SFRailsback opened this issue Apr 22, 2011 · 1 comment
Closed

Restore writeFrame method in ObserverSwarm #35

SFRailsback opened this issue Apr 22, 2011 · 1 comment

Comments

@SFRailsback
Copy link
Collaborator

ObserverSwarm –writeFrame: un-comment the block “if([habitatRasterList getCount] > 0)”. Uncomment “id raster = nil;”.
ObserverSwarm –buildObjects: after this statement:
[habitatRasterMap at: habitatSpace insert: polyWorldRaster];
add this one: [habitatRasterList addLast: polyWorldRaster];

Submitted for inSTREAM too.

@SFRailsback
Copy link
Collaborator Author

This repair was made and it works in Windows. For some reason the writeFrame method does not work in Fedora for me, for this model or others -- it raises an X windows error at the PixMap createEnd statement. It does work in Ubuntu. I assume the problem is with my Fedora, not our code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant