Re: [IMP-dev] [IMP-commits] r3874 - trunk/kernel/src
atom is still looking for PairFilter
build/lib/libimp_atom.so: undefined reference to `IMP::PairFilter::PairFilter(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
On Thu, Oct 8, 2009 at 3:15 PM, Notification of IMP commits imp-commits@salilab.org wrote: > Author: drussel@SALILAB.ORG > Date: 2009-10-08 15:15:32 -0700 (Thu, 08 Oct 2009) > New Revision: 3874 > > Modified: > trunk/kernel/src/Particle.cpp > Log: > see if it commits this time > > Modified: trunk/kernel/src/Particle.cpp > =================================================================== > --- trunk/kernel/src/Particle.cpp 2009-10-08 22:08:26 UTC (rev 3873) > +++ trunk/kernel/src/Particle.cpp 2009-10-08 22:15:32 UTC (rev 3874) > @@ -11,6 +11,15 @@ > #include "IMP/internal/utility.h" > #include "IMP/internal/PrefixStream.h" > > +IMP_BEGIN_INTERNAL_NAMESPACE > +LockedParticleException::LockedParticleException(const Particle *p): p_(p){}; > +LockedParticleException::~LockedParticleException() throw(){} > + > +ParticleStorage::~ParticleStorage(){ > + if (shadow_) internal::unref(shadow_); > +} > +IMP_END_INTERNAL_NAMESPACE > + > IMP_BEGIN_NAMESPACE > > > > _______________________________________________ > IMP-commits mailing list > IMP-commits@salilab.org > https://salilab.org/mailman/listinfo/imp-commits >
participants (1)
-
Dina Schneidman