CSIM: modelinput.h Source File

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 

 
(C) 2003, Thomas Natschläger last modified 07/10/2006