yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #00851
[svn] r1613 - trunk/pkg/dem/Engine/DeusExMachina
Author: eudoxos
Date: 2009-01-07 14:47:35 +0100 (Wed, 07 Jan 2009)
New Revision: 1613
Modified:
trunk/pkg/dem/Engine/DeusExMachina/ContactStressRecorder.cpp
trunk/pkg/dem/Engine/DeusExMachina/ContactStressRecorder.hpp
Log:
omg
Modified: trunk/pkg/dem/Engine/DeusExMachina/ContactStressRecorder.cpp
===================================================================
--- trunk/pkg/dem/Engine/DeusExMachina/ContactStressRecorder.cpp 2009-01-06 16:38:10 UTC (rev 1612)
+++ trunk/pkg/dem/Engine/DeusExMachina/ContactStressRecorder.cpp 2009-01-07 13:47:35 UTC (rev 1613)
@@ -23,6 +23,8 @@
#include <yade/core/MetaBody.hpp>
#include <boost/lexical_cast.hpp>
+CREATE_LOGGER(ContactStressRecorder);
+
ContactStressRecorder::ContactStressRecorder () : DataRecorder(), actionForce(new Force)
{
Modified: trunk/pkg/dem/Engine/DeusExMachina/ContactStressRecorder.hpp
===================================================================
--- trunk/pkg/dem/Engine/DeusExMachina/ContactStressRecorder.hpp 2009-01-06 16:38:10 UTC (rev 1612)
+++ trunk/pkg/dem/Engine/DeusExMachina/ContactStressRecorder.hpp 2009-01-07 13:47:35 UTC (rev 1613)
@@ -53,6 +53,7 @@
protected :
virtual void postProcessAttributes(bool deserializing);
+ DECLARE_LOGGER;
REGISTER_CLASS_NAME(ContactStressRecorder);
REGISTER_BASE_CLASS_NAME(DataRecorder);
};