SCM Repository
Diff of /branches/vis12/src/compiler/c-util/fragments/lib-interface-body.in
Parent Directory
|
Revision Log
|
Patch
revision 1717, Sat Mar 10 19:44:29 2012 UTC | revision 1718, Sat Mar 10 23:03:02 2012 UTC | |
---|---|---|
# | Line 25 | Line 25 |
25 | /***** Program running operations *****/ | /***** Program running operations *****/ |
26 | ||
27 | //! Create and allocate the program's world | //! Create and allocate the program's world |
28 | @PREFIX@World_t *@PREFIX@InitGlobals (); | @PREFIX@World_t *@PREFIX@Init (); |
29 | ||
30 | //! Create the initial set of strands | //! Initiaize the globals and create the initial set of strands |
31 | void @PREFIX@Initially (@PREFIX@World_t *wrld); | //! \param wrld the world-state of the Diderot program |
32 | //! \return true if there are any errors | |
33 | bool @PREFIX@Initially (@PREFIX@World_t *wrld); | |
34 | ||
35 | //! Run the Diderot program | //! Run the Diderot program |
36 | //! \param wrld the world-state of the Diderot program | //! \param wrld the world-state of the Diderot program |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |