Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modify the template of next sections of the GRAS tutorial to reduce the amount of...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 5 Dec 2006 10:09:56 +0000 (10:09 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 5 Dec 2006 10:09:56 +0000 (10:09 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2954 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/gtut-tour-11-explicitwait.doc
doc/gtut-tour-12-staticstruct.doc
doc/gtut-tour-13-pointers.doc
doc/gtut-tour-14-dynar.doc
doc/gtut-tour-15-manualdatadef.doc
doc/gtut-tour-16-exchangecb.doc

index e8f3fe3..e84c101 100644 (file)
 \section GRAS_tut_tour_explicitwait_recap Recapping everything together
 
 The program now reads:
-\include 11-explicitwait.c
+include 11-explicitwait.c
 
 Which produces the expected output:
-\include 11-explicitwait.output
+include 11-explicitwait.output
 
 
 */
index d161753..7e50135 100644 (file)
 \section GRAS_tut_tour_staticstruct_recap Recapping everything together
 
 The program now reads:
-\include 11-staticstruct.c
+include 11-staticstruct.c
 
 Which produces the expected output:
-\include 11-staticstruct.output
+include 11-staticstruct.output
 
 
 */
index 57db72a..da841ea 100644 (file)
 \section GRAS_tut_tour_pointers_recap Recapping everything together
 
 The program now reads:
-\include 12-pointers.c
+include 12-pointers.c
 
 Which produces the expected output:
-\include 12-pointers.output
+include 12-pointers.output
 
 
 */
index 281fb14..6afedc8 100644 (file)
 \section GRAS_tut_tour_dynar_recap Recapping everything together
 
 The program now reads:
-\include 13-dynar.c
+include 13-dynar.c
 
 Which produces the expected output:
-\include 13-dynar.output
+include 13-dynar.output
 
 
 */
index b281f7a..0181dbd 100644 (file)
 \section GRAS_tut_tour_manualdatadef_recap Recapping everything together
 
 The program now reads:
-\include 14-manualdatadef.c
+include 14-manualdatadef.c
 
 Which produces the expected output:
-\include 14-manualdatadef.output
+include 14-manualdatadef.output
 
 
 */
index ea7962a..5172884 100644 (file)
 \section GRAS_tut_tour_exchangecb_recap Recapping everything together
 
 The program now reads:
-\include 15-exchangecb.c
+include 15-exchangecb.c
 
 Which produces the expected output:
-\include 15-exchangecb.output
+include 15-exchangecb.output
 
 
 */