[cig-commits] r13580 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:14:59 PST 2008


Author: luis
Date: 2008-12-09 18:14:57 -0800 (Tue, 09 Dec 2008)
New Revision: 13580

Modified:
   cs/cigma/trunk/src/Field.cpp
Log:
No need to initialize mesh,dofs shared_ptr's

Modified: cs/cigma/trunk/src/Field.cpp
===================================================================
--- cs/cigma/trunk/src/Field.cpp	2008-12-10 02:14:56 UTC (rev 13579)
+++ cs/cigma/trunk/src/Field.cpp	2008-12-10 02:14:57 UTC (rev 13580)
@@ -32,8 +32,8 @@
 
 Field::Field()
 {
-    mesh = shared_ptr<MeshPart>(new MeshPart);
-    dofs = shared_ptr<DofHandler>(new DofHandler);
+    //mesh = shared_ptr<MeshPart>(new MeshPart);
+    //dofs = shared_ptr<DofHandler>(new DofHandler);
 }
 
 Field::~Field()



More information about the CIG-COMMITS mailing list