URI:
       tFixed relative path, added Makefile - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
  HTML git clone git://src.adamsgaard.dk/sphere
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 3596bc28be56809e66d0b6903cd79d09c8b9a55e
   DIR parent 2e0e58942659697225c19a19123837413831aaee
  HTML Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Tue,  4 Dec 2012 20:11:52 +0100
       
       Fixed relative path, added Makefile
       
       Diffstat:
         M doc/doxygen/Doxyfile                |       2 +-
         A doc/doxygen/Makefile                |       2 ++
       
       2 files changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
       t@@ -655,7 +655,7 @@ WARN_LOGFILE           =
        # directories like "/usr/src/myproject". Separate the files or directories
        # with spaces.
        
       -INPUT                  = "../src"
       +INPUT                  = "../../src"
        
        # This tag can be used to specify the character encoding of the source files
        # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
   DIR diff --git a/doc/doxygen/Makefile b/doc/doxygen/Makefile
       t@@ -0,0 +1,2 @@
       +doxygen: Doxyfile
       +        doxygen