Commit ebab2903ea1e82d81f865e6b62b066e95eb05b5d

Authored by Georg Hopp
1 parent ebe49154

try to fix the table

Showing 1 changed file with 6 additions and 6 deletions
@@ -26,12 +26,12 @@ all other instances might update. @@ -26,12 +26,12 @@ all other instances might update.
26 In a first run the state might be something simple as a 26 In a first run the state might be something simple as a
27 matrix where every field hold a unique value. e.g. 27 matrix where every field hold a unique value. e.g.
28 28
29 - | | | | |  
30 -:-: | :-: | :-: | :-: | :-: | :-:  
31 - 1 | 4 | a | j | k | 9  
32 - 1 | 4 | a | j | k | 9  
33 - 1 | 4 | a | j | k | 9  
34 - 1 | 4 | a | j | k | 9 29 +| | | | | | |
  30 +| :-: | :-: | :-: | :-: | :-: | :-: |
  31 +| 1 | 4 | a | j | k | 9 |
  32 +| 1 | 4 | a | j | k | 9 |
  33 +| 1 | 4 | a | j | k | 9 |
  34 +| 1 | 4 | a | j | k | 9 |
35 35
36 suggestion for timing: sigsuspend 36 suggestion for timing: sigsuspend
37 37
Please register or login to post a comment