Missing function (SimTK 2.0 Linux)
Posted: Sun Feb 07, 2010 8:45 pm
Hi,
I have recently installed the linux distribution of the simtk 2.0 core. However, I cannot get the code ExampleAdenylateMobilitiesVMD.cpp to compile. The error is following.
class SimTK::RNA’ has no member named ‘setResidueBondMobility’
I had a look at the header Compound.h available with the linux distribution and it does not have the following two functions which i need.
Compound& setCompoundBondMobility (BondMobility::Mobility)
Biopolymer& setResidueBondMobility (ResidueInfo::Index,BondMobility::Mobility)
both these functions are included in the file Compound.h as seen from the corresponding file in the include directory in trunk.
How do i fix this ?
Thanks,
Kishor Bhalerao
I have recently installed the linux distribution of the simtk 2.0 core. However, I cannot get the code ExampleAdenylateMobilitiesVMD.cpp to compile. The error is following.
class SimTK::RNA’ has no member named ‘setResidueBondMobility’
I had a look at the header Compound.h available with the linux distribution and it does not have the following two functions which i need.
Compound& setCompoundBondMobility (BondMobility::Mobility)
Biopolymer& setResidueBondMobility (ResidueInfo::Index,BondMobility::Mobility)
both these functions are included in the file Compound.h as seen from the corresponding file in the include directory in trunk.
How do i fix this ?
Thanks,
Kishor Bhalerao