Skip to content
Snippets Groups Projects
Gabriel Studer's avatar
Studer Gabriel authored
Assignment of ChemClass values happens inside the ChemClass definition
in the header file. Let's say you're using something like:
ChemClass::WATER. If this is resolved at compile time, you won't have
any problem. If not, the linker searches for it in the mol shared object
file. BUT ITS NOT THERE. The hope is that defining the types as an
enum inside the ChemClass definition helps.
cf0bc6a1
History
Name Last commit Last update