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

timeInfo.h

Go to the documentation of this file.
00001 #ifndef _TIME_INFO_H_
00002 #define _TIME_INFO_H_
00003 
00004 class timeInfo{
00005  public:
00006   double start;
00007   double current;
00008   unsigned int currentstep;
00009   double stop;
00010   double step;
00011   double ratio;
00012 };
00013 
00014 #endif

Generated on Tue Mar 24 16:14:01 2009 for DENDRO by  doxygen 1.3.9.1