SCM Repository
Diff of /branches/vis12/src/include/Diderot/world.h
Parent Directory
|
Revision Log
|
Patch
revision 1861, Sat Apr 21 15:30:26 2012 UTC | revision 1862, Sun Apr 22 19:45:47 2012 UTC | |
---|---|---|
# | Line 25 | Line 25 |
25 | /* The World_t structure type varies across targets, but all targets share the same prefix. */ | /* The World_t structure type varies across targets, but all targets share the same prefix. */ |
26 | #define STRUCT_WORLD_PREFIX \ | #define STRUCT_WORLD_PREFIX \ |
27 | const char *name; /*!< the program name */ \ | const char *name; /*!< the program name */ \ |
28 | char *err; /*!< holds an error message (if any) */ \ | biffMsg *errors; /*!< holds error messages (if any) */ \ |
29 | bool verboseFlg; /*!< true if running in verbose mode */ \ | bool verboseFlg; /*!< true if running in verbose mode */ \ |
30 | bool isArray; /*!< are the strands in an array or collection? */ \ | bool isArray; /*!< are the strands in an array or collection? */ \ |
31 | uint32_t nStrandTys; /*!< number of strand types in the program. */ \ | uint32_t nStrandTys; /*!< number of strand types in the program. */ \ |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |