Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71563 - in sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta: . performance
From: mario.mulansky_at_[hidden]
Date: 2011-04-28 10:57:47


Author: mariomulansky
Date: 2011-04-28 10:57:46 EDT (Thu, 28 Apr 2011)
New Revision: 71563
URL: http://svn.boost.org/trac/boost/changeset/71563

Log:
removed chrono dependency
Text files modified:
   sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/Jamfile | 3 ---
   sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/fusion_algebra.hpp | 4 ++--
   sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/Jamfile | 2 --
   3 files changed, 2 insertions(+), 7 deletions(-)

Modified: sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/Jamfile
==============================================================================
--- sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/Jamfile (original)
+++ sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/Jamfile 2011-04-28 10:57:46 EDT (Thu, 28 Apr 2011)
@@ -6,9 +6,6 @@
 import modules ;
 import path ;
 
-#path-constant HOME : [ os.environ HOME ] ;
-path-constant CHRONO_ROOT : [ os.environ CHRONO_ROOT ] ;
-
 project
     : requirements
       <define>BOOST_ALL_NO_LIB=1

Modified: sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/fusion_algebra.hpp
==============================================================================
--- sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/fusion_algebra.hpp (original)
+++ sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/fusion_algebra.hpp 2011-04-28 10:57:46 EDT (Thu, 28 Apr 2011)
@@ -38,7 +38,7 @@
 
 /* !!!!!!! Actually, this is factor 3 slower with intel compiler, so we don'y use it !!!!!
  * Update: Current implementation increases performance on msvc 9.0 by about 30%, so it is in use again....
- *
+ */
 
 template<>
 struct fusion_algebra< 1 >
@@ -109,6 +109,6 @@
     }
 
 };
-*/
+
 
 #endif /* FUSION_ALGEBRA_HPP_ */

Modified: sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/Jamfile
==============================================================================
--- sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/Jamfile (original)
+++ sandbox/odeint/branches/karsten/libs/numeric/odeint/ideas/fusion_runge_kutta/performance/Jamfile 2011-04-28 10:57:46 EDT (Thu, 28 Apr 2011)
@@ -6,8 +6,6 @@
 import modules ;
 import path ;
 
-path-constant CHRONO_ROOT : [ os.environ CHRONO_ROOT ] ;
-
 project
     : requirements
       <define>BOOST_ALL_NO_LIB=1


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk