> After compiling the latest CDK version I succeed with the CDK/Jmol
> integration. But when loading a molecule (small or protein) I get an
> annoying "Cannot return notional unit cell params: no Crystal found"
> error message. What's the origin of this?

Here is the unix command that I use to grep through all the source code to
find arbitrary strings.

>From the Jmol-HEAD directory:

find src -name \*.java | xargs grep "Cannot return notional"


In this case it points to the CdkJmolModelAdapter

> Can I do something about it?

Take a look at CdkJmolModelAdapter.

It looks like to me that this was just an informational message that was
in there for debugging purposes. If so, then we can just remove it (or
comment it out)

Egon, can you confirm that?


Miguel



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to