URI:
       tREADME.md - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
  HTML git clone git://src.adamsgaard.dk/pism
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
       tREADME.md (257B)
       ---
            1 src/
            2 ====
            3 
            4 Do
            5 
            6         git ls-files | grep -P "(\.c|\.cc)" | xargs wc -l
            7 
            8 to count lines of C and C++ code here.  As of October 2017, this gives about
            9 70,000 lines, a conservative count of PISM code lines because it excludes all
           10 test/example script codes.
           11