yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #01042
[svn] r1693 - trunk/pkg/common/Container
Author: eudoxos
Date: 2009-02-26 08:11:21 +0100 (Thu, 26 Feb 2009)
New Revision: 1693
Added:
trunk/pkg/common/Container/BodyAssocVector.hpp
trunk/pkg/common/Container/InteractionVecMap.hpp
Log:
1. Add two more forgotten headers. They are not used anywhere, though, and will be removed later.
Added: trunk/pkg/common/Container/BodyAssocVector.hpp
===================================================================
--- trunk/pkg/common/Container/BodyAssocVector.hpp 2009-02-25 20:26:37 UTC (rev 1692)
+++ trunk/pkg/common/Container/BodyAssocVector.hpp 2009-02-26 07:11:21 UTC (rev 1693)
@@ -0,0 +1 @@
+#include<yade/core/BodyAssocVector.hpp>
Added: trunk/pkg/common/Container/InteractionVecMap.hpp
===================================================================
--- trunk/pkg/common/Container/InteractionVecMap.hpp 2009-02-25 20:26:37 UTC (rev 1692)
+++ trunk/pkg/common/Container/InteractionVecMap.hpp 2009-02-26 07:11:21 UTC (rev 1693)
@@ -0,0 +1 @@
+#include<yade/core/InteractionVecMap.hpp>