[cig-commits] [commit] knepley/upgrade-petsc-interface: Update method name. (4aaefd3)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Oct 31 17:15:00 PDT 2013


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/89e29faba55ec6ad39b71ed64e702e732b9fdc2f...52536faa2c7b081390b2a5999b2d2ed824e13d82

>---------------------------------------------------------------

commit 4aaefd3c989396195a8907b9d87a6f02fe593906
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Oct 31 17:14:28 2013 -0700

    Update method name.


>---------------------------------------------------------------

4aaefd3c989396195a8907b9d87a6f02fe593906
 unittests/libtests/meshio/TestDataWriterVTKMesh.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unittests/libtests/meshio/TestDataWriterVTKMesh.cc b/unittests/libtests/meshio/TestDataWriterVTKMesh.cc
index ea87e8e..962e34b 100644
--- a/unittests/libtests/meshio/TestDataWriterVTKMesh.cc
+++ b/unittests/libtests/meshio/TestDataWriterVTKMesh.cc
@@ -218,7 +218,7 @@ pylith::meshio::TestDataWriterVTKMesh::testWriteVertexField(void)
     // Make sure we can reuse field
     std::string fieldLabel = std::string(field.label()) + std::string("2");
     field.label(fieldLabel.c_str());
-    field.addDimensionOkay(true);
+    field.dimensionalizeOkay(true);
     field.scale(2.0);
     field.dimensionalize();
     writer.writeVertexField(t, field, *_mesh);



More information about the CIG-COMMITS mailing list