cheminfo / openchemlib-js

JavaScript port of OpenChemLib
https://cheminfo.github.io/openchemlib-js/index.html
BSD 3-Clause "New" or "Revised" License
71 stars 20 forks source link

Some modifications #167

Closed lpatiny closed 5 months ago

lpatiny commented 1 year ago

Thomas asked us to make the following modifications

Could you please update these two issues manually?:

JSMoleculeProperties:

import com.actelion.research.chem.PropertyCalculator; change to:

import com.actelion.research.chem.prediction.PropertyCalculator;

GWTGeomFactory:

import com.actelion.research.chem.ChemistryHelper;

change to:

import com.actelion.research.share.gui.ChemistryGeometryHelper;

and change the name in one source code instance further down!!!

targos commented 5 months ago

Done in https://github.com/cheminfo/openchemlib-js/pull/186