tC++ reference moved into sphere internals - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit a1fba93609ccaadf9d2da946d464c686ce0ee758
 (DIR) parent 04aac0dadf0fa7f95aeacb3b80c305a04f8115a4
 (HTM) Author: Anders Damsgaard <adc@geo.au.dk>
       Date:   Wed,  5 Dec 2012 13:20:51 +0100
       
       C++ reference moved into sphere internals
       
       Diffstat:
         M doc/sphinx/index.rst                |       1 -
         M doc/sphinx/sphere_internals.rst     |      10 ++++++++--
         D doc/sphinx/sphere_ref.rst           |       6 ------
       
       3 files changed, 8 insertions(+), 9 deletions(-)
       ---
 (DIR) diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
       t@@ -20,7 +20,6 @@ Contents:
           introduction
           dem
           python_api
       -   sphere_ref
           sphere_internals
        
        
 (DIR) diff --git a/doc/sphinx/sphere_internals.rst b/doc/sphinx/sphere_internals.rst
       t@@ -80,8 +80,8 @@ The *sphere*-binary is launched from the system terminal by passing the simulati
        #. End of program, return status equal to zero (0) if no problems where encountered.
        
        
       -Sphere algorithm
       -================
       +Numerical algorithm
       +-------------------
        The *sphere*-binary is launched from the system terminal by passing the simulation ID as an input parameter; \texttt{./sphere\_<architecture> <simulation\_ID>}. The sequence of events in the program is the following:
          
        #. System check, including search for NVIDIA CUDA compatible devices (\texttt{main.cpp}).
       t@@ -204,3 +204,9 @@ An important note is that the \texttt{C} examples of the NVIDIA CUDA SDK should 
        
        
        
       +C++ reference
       +-------------
       +.. doxygenclass:: DEM
       +   :members:
       +
       +
 (DIR) diff --git a/doc/sphinx/sphere_ref.rst b/doc/sphinx/sphere_ref.rst
       t@@ -1,6 +0,0 @@
       -C++ reference
       -=============
       -.. doxygenclass:: DEM
       -   :members:
       -
       -