Skip to content
Snippets Groups Projects
  1. Aug 05, 2016
  2. Jul 05, 2016
  3. Jul 03, 2016
    • Ben Cumming's avatar
      Merge pull request #39 from eth-cscs/feature/swc-parser-whitespace · 36e87c02
      Ben Cumming authored
      Feature/swc parser whitespace
      36e87c02
    • Vasileios Karakasis's avatar
      Treat whitespace lines in SWC file parser. · 6bd1b2db
      Vasileios Karakasis authored
      Whitespace-only lines are now treated correctly in SWC file parser. This
      automatically leads to a consistent and nice handling of old mac-style
      eol; they are just another whitespace (not newline).
      
      Refined the test cases a bit.
      
      Added support for mapping swc record types to nest::mc::segmentKind.
      This required the adjustment in some tests + the ball_and_stick file, since
      the dendrite type of swc record is type '3'. Before, everything except
      soma was added (hardcoded) as a dendrite. An swc_parse_error will be
      thrown in case of an impossible mapping. Also, no check is performed for
      inconsistencies of SWC record types along a branch; the type of the
      branch is assumed to be the type of the first record (compartment) in
      the branch.
      
      Finally, adapted to the coding style.
      6bd1b2db
  4. Jul 02, 2016
  5. Jul 01, 2016
  6. Jun 30, 2016
  7. Jun 29, 2016
  8. Jun 28, 2016
  9. Jun 27, 2016
    • Sam Yates's avatar
      Voltage and current probes · a867d77b
      Sam Yates authored
      * First implementation of simple current/voltage probe
        interface
      * Sample a specific collection of voltage or current
        values at independent dt (current implementation
        chooses to provide at most one sample per simulation
        dt per request.)
      * Miniapp uses samplers to write soma and dendrite
        membrane potentials from first three cells.
      * Also: fix noncompliant use of nullptr -> bool conversion
        in test_optional.cpp
      a867d77b
    • Sam Yates's avatar
      WIP · 1130c9f2
      Sam Yates authored
      1130c9f2
    • Benjamin Cumming's avatar
      WIP · 0ba28f1e
      Benjamin Cumming authored
      0ba28f1e
    • Benjamin Cumming's avatar
      WIP · d9119b7c
      Benjamin Cumming authored
      d9119b7c
  10. Jun 24, 2016