------------------------------------------------------------
revno: 3859
committer: Jan Stransky <[email protected]>
timestamp: Mon 2014-03-31 18:18:51 +0200
message:
  chenged return type of O.stopAtTime from previous commit
modified:
  py/wrapper/yadeWrapper.cpp


--
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 'py/wrapper/yadeWrapper.cpp'
--- py/wrapper/yadeWrapper.cpp	2014-03-31 11:44:57 +0000
+++ py/wrapper/yadeWrapper.cpp	2014-03-31 16:18:51 +0000
@@ -626,7 +626,7 @@
 	bool dynDtAvailable_get(){ return OMEGA.getScene()->timeStepperPresent(); }
 	long stopAtIter_get(){return OMEGA.getScene()->stopAtIter; }
 	void stopAtIter_set(long s){OMEGA.getScene()->stopAtIter=s; }
-	long stopAtTime_get(){return OMEGA.getScene()->stopAtTime; }
+	Real stopAtTime_get(){return OMEGA.getScene()->stopAtTime; }
 	void stopAtTime_set(long s){OMEGA.getScene()->stopAtTime=s; }
 
 

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to