← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3546: Anecdotic doc change, see http://www.mail-archive.com/yade-dev@xxxxxxxxxxxxxxxxxxx/msg10972.html

 

------------------------------------------------------------
revno: 3546
committer: jduriez <jerome.duriez@xxxxxxxxxxx>
timestamp: Wed 2014-11-26 10:31:10 -0700
message:
  Anecdotic doc change, see http://www.mail-archive.com/yade-dev@xxxxxxxxxxxxxxxxxxx/msg10972.html
modified:
  pkg/dem/TriaxialStressController.hpp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/TriaxialStressController.hpp'
--- pkg/dem/TriaxialStressController.hpp	2014-11-18 19:46:27 +0000
+++ pkg/dem/TriaxialStressController.hpp	2014-11-26 17:31:10 +0000
@@ -149,7 +149,7 @@
 		.def_readonly("max_vel1",&TriaxialStressController::max_vel1,"see :yref:`TriaxialStressController::max_vel` |ycomp|")
 		.def_readonly("max_vel2",&TriaxialStressController::max_vel2,"see :yref:`TriaxialStressController::max_vel` |ycomp|")
 		.def_readonly("max_vel3",&TriaxialStressController::max_vel3,"see :yref:`TriaxialStressController::max_vel` |ycomp|")
-		.def("stress",&TriaxialStressController::getStress,(boost::python::arg("id")),"Returns the mean stress (> 0 in tension) existing in the sample, as measured along boundary 'id', with 'id' between 0 and 5.")
+		.def("stress",&TriaxialStressController::getStress,(boost::python::arg("id")),"Returns the average stress (> 0 in tension) as measured along boundary 'id', with 'id' between 0 and 5.")
 		)
 		DECLARE_LOGGER;
 };