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

modelinput.h

00001 #ifndef __MODELINPUT_H__
00002 #define __MODELINPUT_H__
00003 
00004 #include "csimclass.h"
00005 
00007 class ModelInput {
00008   
00009 protected:
00010   friend class PhysicalModel;
00011 
00013   double output;
00014 };
00015 
00016 #endif
00017