User 862a6449fe
27-03-2005 14:07:26
Hi,
I continu to learn Java and Marvin and I would like to try one of your exemple and I have a probleme with the Class ElementalAnalyser : what I have to put in
input is a Molecule object I think, but I have only the smile string for that molecule. And in the methode I have not found the way to tell to the mol object that mol = "string smile".
Can you help me ?
Than you,
Jean-Marie
I continu to learn Java and Marvin and I would like to try one of your exemple and I have a probleme with the Class ElementalAnalyser : what I have to put in
Code: |
MolImporter mi = new MolImporter(input.smiles); Molecule mol = null; |
input is a Molecule object I think, but I have only the smile string for that molecule. And in the methode I have not found the way to tell to the mol object that mol = "string smile".
Can you help me ?
Than you,
Jean-Marie