File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
base/core/src/main/java/org/openscience/cdk/config Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -214,8 +214,16 @@ public IIsotope getMajorIsotope(int elem) {
214214 }
215215 if (major != null )
216216 this .majorIsotope [elem ] = major ;
217- else
217+ else {
218218 logger .error ("Could not find major isotope for: " , elem );
219+ // Note for SAChem:
220+ // Major (most abundant) isotope means something specific and in general
221+ // you shouldn't assign it to a structure unless you're working with mass
222+ // spectra definitely setting the InChI values is not sensible "(98)Tc" is synthetic
223+ // for example!!!
224+ // see also:
225+ // https://www.nextmovesoftware.com/talks/Mayfield_BuildingOnSand_InChI_201708.pdf
226+ }
219227 }
220228 return clone (major );
221229 }
You can’t perform that action at this time.
0 commit comments