← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2098: ANECDOTIC COMMIT

 

------------------------------------------------------------
revno: 2098
committer: jduriez <jduriez@c1solimara-l>
branch nick: trunk
timestamp: Tue 2010-03-23 16:50:30 +0100
message:
  ANECDOTIC COMMIT
  - fix typo in Engine.hpp : "fron" corrected by "from"
  I commit this alone, with no other changes, to make clear to everyone that this change to a central part of Yade is really anecdotic...
modified:
  core/Engine.hpp


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

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'core/Engine.hpp'
--- core/Engine.hpp	2010-03-21 15:25:50 +0000
+++ core/Engine.hpp	2010-03-23 15:50:30 +0000
@@ -43,7 +43,7 @@
 		void explicitAction(){ scene=Omega::instance().getScene().get(); this->action(); }
 
 	YADE_CLASS_BASE_DOC_ATTRS_CTOR_PY(Engine,Serializable,"Basic execution unit of simulation, called from the simulation loop (O.engines)",
-		((string,label,,"Textual label for this object; must be valid python identifier, you can refer to it directly fron python.")),
+		((string,label,,"Textual label for this object; must be valid python identifier, you can refer to it directly from python.")),
 		/* ctor */ scene=Omega::instance().getScene().get() ,
 		/* py */
 		.add_property("execTime",&Engine::timingInfo_nsec_get,&Engine::timingInfo_nsec_set,"Cummulative time this Engine took to run (only used if O.timingEnabled==True).")