Can you give an example of a complete Java program (as short as
possible) that reproduces the problem?

On 29 November 2013 11:18, Joos Kiener <joos.kie...@gmail.com> wrote:
> Just using
>
> <code>OBConformerSearch conformerSearch = new OBConformerSearch();</code>
>
> works. However I want to use different scoring than RMSD, which seems to be
> the default (not really documented).
>
> If I do this
> <code>
> OBConformerSearch conformerSearch = new OBConformerSearch();
> OBConformerScore score = new OBEnergyConformerScore();
> conformerSearch.SetScore(score);
> </code>
>
> The application will always crash. Any ideas how I can solve this issue?
> (Windows 7)
>
>
>
> --
> View this message in context: 
> http://forums.openbabel.org/Java-API-setting-OBConformerScore-will-crash-application-tp4656958.html
> Sent from the General discussion mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
> _______________________________________________
> OpenBabel-discuss mailing list
> OpenBabel-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to