Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

staticglutamatesynapsesynchan.h

Go to the documentation of this file.
00001 
00005 #ifndef _STATICGLUTAMATESYNAPSESYNCHAN_H_
00006 #define _STATICGLUTAMATESYNAPSESYNCHAN_H_
00007 
00008 #include "glutamatesynapsesynchan.h"
00009 
00011 class StaticGlutamateSynapseSynchan : public GlutamateSynapseSynchan  {
00012 
00013   DO_REGISTERING
00014 
00015 public:
00016   StaticGlutamateSynapseSynchan() {};
00017   
00018 protected:
00020   virtual void stdpChangePSR(void) { }
00021   //virtual void stdpChangePSR(void) { psr += W; }
00022 
00023 };
00024 
00025 #endif