URI: 
       tdelete extra read - 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 b47efb7626d2d0a752ac92ad84dabc867c46ee4e
   DIR parent 69d6fcbf499ac15f69876f791d31fbfb2e22fd88
  HTML Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Fri, 12 Aug 2016 11:49:03 -0700
       
       delete extra read
       
       Diffstat:
         M src/file_io.cpp                     |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/src/file_io.cpp b/src/file_io.cpp
       t@@ -667,7 +667,6 @@ void DEM::writebin(const char *target)
                        ofs.write(as_bytes(darcy.bc_xp), sizeof(int));
                        ofs.write(as_bytes(darcy.bc_yn), sizeof(int));
                        ofs.write(as_bytes(darcy.bc_yp), sizeof(int));
       -                ofs.write(as_bytes(darcy.bc_top), sizeof(int));
                        ofs.write(as_bytes(darcy.bc_bot), sizeof(int));
                        ofs.write(as_bytes(darcy.bc_top), sizeof(int));
                        ofs.write(as_bytes(darcy.free_slip_bot), sizeof(int));