Changeset 64 for cpp/gdk/neuroimpl.h


Ignore:
Timestamp:
01/28/11 23:29:40 (13 years ago)
Author:
Maciej Komosinski
Message:

a lot of minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/neuroimpl.h

    r5 r64  
    1 // This file is a part of Framsticks GDK library.
    2 // Copyright (C) 2002-2006  Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.frams.alife.pl/ for further information.
     1// This file is a part of the Framsticks GDK library.
     2// Copyright (C) 2002-2011  Szymon Ulatowski.  See LICENSE.txt for details.
     3// Refer to http://www.framsticks.com/ for further information.
    44
    55#ifndef _NEUROIMPL_H_
     
    195195/** originating neuron object (from the model) */
    196196Neuro *neuro;
     197NeuroClass *neuroclass;
    197198/** don't access directly */
    198199double newstate;
     
    294295PARAMGETDEF(fields);
    295296PARAMGETDEF(neurodef);
     297PARAMGETDEF(classObject);
    296298#undef STATRICKCLASS
    297299};
Note: See TracChangeset for help on using the changeset viewer.