file:/local_home/local_home/hugo/neurospaces_project/heccer/source/c/snapshots/0/tests/code/version.c        (Mon Jun 16 00:03:32 2008 )        HOME


   1: //
   2: // Heccer : a compartmental solver that implements efficient Crank-Nicolson
   3: // integration for neuronal models.
   4: //
   5: 
   6: //////////////////////////////////////////////////////////////////////////////
   7: //'
   8: //' Heccer : testbed C implementation
   9: //'
  10: //' Copyright (C) 2006-2008 Hugo Cornelis
  11: //'
  12: //' functional ideas .. Hugo Cornelis, hugo.cornelis@gmail.com
  13: //'
  14: //' coding ............ Hugo Cornelis, hugo.cornelis@gmail.com
  15: //'
  16: //////////////////////////////////////////////////////////////////////////////
  17: 
  18: 
  19: #include <stdlib.h>
  20: 
  21: #include "../../heccer/heccer.h"
  22: 
  23: 
  24: static char *pcVersionTime="(07/02/21) Wednesday, February 21, 2007 12:29:15 hugo";
  25: 
  26: int main(int argc, char *argv[])
  27: {
  28:     //- obtain version information, report it
  29: 
  30:     char *pcVersion = HeccerGetVersion();
  31: 
  32:     printf("%s\n", pcVersion);
  33: 
  34:     exit(EXIT_SUCCESS);
  35: }
  36: 
  37: 
  38: // Local variables:
  39: // eval: (add-hook 'write-file-hooks 'time-stamp)
  40: // time-stamp-start: "pcVersionTime="
  41: // time-stamp-format: "\"(%02y/%02m/%02d) %a, %b %d, %y %02H:%02M:%02S %u\";"
  42: // time-stamp-end: "$"
  43: // End:
  44: 








































Generated by Xrefactory version 2.0.14 on Thu Jul 24 22:41:20 2008