DopamineReceiver.h

Go to the documentation of this file.
00001 #ifndef DOPAMINERECEIVER_H_
00002 #define DOPAMINERECEIVER_H_
00003 
00004 class DopamineReceiver
00005 {       
00006 public:
00007         DopamineReceiver()
00008         {
00009                 DA_concentration = 0;   
00010         }
00011         
00013         double DA_concentration;
00014 };
00015 
00016 #endif /* DOPAMINERECEIVER_H_*/

Generated on Wed Jul 9 16:34:38 2008 for PCSIM by  doxygen 1.5.5