[cig-commits] r11398 - short/3D/PyLith/trunk/libsrc/bc

brad at geodynamics.org brad at geodynamics.org
Mon Mar 10 13:41:11 PDT 2008


Author: brad
Date: 2008-03-10 13:41:11 -0700 (Mon, 10 Mar 2008)
New Revision: 11398

Modified:
   short/3D/PyLith/trunk/libsrc/bc/Neumann.cc
Log:
Fixed field type for traction output (OTHER_FIELD because includes vectors at all quadrature points).

Modified: short/3D/PyLith/trunk/libsrc/bc/Neumann.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/Neumann.cc	2008-03-10 20:39:13 UTC (rev 11397)
+++ short/3D/PyLith/trunk/libsrc/bc/Neumann.cc	2008-03-10 20:41:11 UTC (rev 11398)
@@ -354,7 +354,7 @@
   _tractions->view("TRACTIONS");
 
   if (0 == strcasecmp(name, "tractions")) {
-    *fieldType = VECTOR_FIELD;
+    *fieldType = OTHER_FIELD;
     return _tractions;
   } else {
     std::ostringstream msg;



More information about the cig-commits mailing list