← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 1820: (forgotten: remove prototypes for incrementCurrentIteration and incrementSimulationTime that are ...

 

------------------------------------------------------------
revno: 1820
committer: Václav Šmilauer <eudoxos@xxxxxxxx>
branch nick: trunk
timestamp: Tue 2009-11-24 20:17:21 +0100
message:
  (forgotten: remove prototypes for incrementCurrentIteration and incrementSimulationTime that are no longer used from Omega.hpp)
modified:
  core/Omega.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/Omega.hpp'
--- core/Omega.hpp	2009-08-19 10:48:06 +0000
+++ core/Omega.hpp	2009-11-24 19:17:21 +0000
@@ -155,12 +155,10 @@
 
 		long int	getCurrentIteration();
 		void		setCurrentIteration(long int i);
-		void		incrementCurrentIteration();
 		
 		Real		getSimulationTime();
 		Real 		getComputationTime();
 		time_duration getComputationDuration();
-		void		incrementSimulationTime();
 		
 		void init();
 		void timeInit();