diff --git a/index.html b/index.html deleted file mode 100644 index 4fe29fee..00000000 --- a/index.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - headmyshoulder/odeint-v2 @ GitHub - - - - - - Fork me on GitHub - -
- -
- - - - -
- -

odeint-v2 - by headmyshoulder

- -
- odeint - solving ordinary differential equations in c++ v2 -
- -

License

-

Copyright 2009-2011 Karsten Ahnert and Mario Mulansky. -Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) -

-

Authors

-

headmyshoulder (karsten.ahnert@gmx.de) -
mariomulansky (mario.mulansky@gmx.net) -

-

Contact

-

Karsten Ahnert karsten.ahnert@gmx.de -

- - -

Download

-

- You can download this project in either - zip or - tar formats. -

-

You can also clone the project with Git - by running: -

$ git clone git://github.com/headmyshoulder/odeint-v2
-

- -

Documentation

-

- Browse the full documentation. -

- - - -
- - - - diff --git a/libs/numeric/odeint/examples/Jamfile b/libs/numeric/odeint/examples/Jamfile index 340369e6..a87a22c7 100644 --- a/libs/numeric/odeint/examples/Jamfile +++ b/libs/numeric/odeint/examples/Jamfile @@ -33,7 +33,7 @@ exe simple1d : simple1d.cpp ; exe stochastic_euler : stochastic_euler.cpp ; exe generation_functions : generation_functions.cpp ; exe heun : heun.cpp ; -exe const_step_iterator : const_step_iterator.cpp ; +exe const_step_iterator : const_step_iterator.cpp : -std=c++0x ; exe adaptive_iterator : adaptive_iterator.cpp : -std=c++0x ; # build-project mtl ;