[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [IMP-dev] [IMP-commits] r3874 - trunk/kernel/src
- To: imp-dev@salilab.org
- Subject: Re: [IMP-dev] [IMP-commits] r3874 - trunk/kernel/src
- From: Dina Schneidman <duhovka@gmail.com>
- Date: Thu, 8 Oct 2009 15:19:58 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=IZ/Qfs0K1kw4Pr6D/hBN2Mhzq5oyUzJs/NLzkwI5BLGhqyrGte3NX86/stMmK90mpn yaN5pmrX8SHokSM5YyFjEUyEsRL/oyqhmmrjhjDcgbWdQ+cvT+w9RvhEzuJUZdDgJRP0 Jaf354r1SzCPYiMTY4nTuB4GGVvtPnsddY80g=
- Reply-to: List for IMP development <imp-dev@salilab.org>
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
>