Commit 31191f80a192d619f414347f5e008accf01eb145
1 parent
c089aa54
Exists in
Standardized
readme
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -26,12 +26,12 @@ In general for every line in one of the files we assume a new Management Unit, a |
26 | 26 | ### This file serves to indicate how many Management Units exist in the forest, so each line should have a number to serve as an External identifier of each MU. There should be as many lines as there are MUs in the forest |
27 | 27 | |
28 | 28 | Each of these External IDs have an Internal ID which corresponds to the index of their row starting from 0 |
29 | ------------------EXAMPLE: | |
29 | +.........................EXAMPLE: | |
30 | 30 | 30 |
31 | 31 | 201 |
32 | 32 | 333 |
33 | 33 | 335 |
34 | -------------------------- | |
34 | +......................... | |
35 | 35 | |
36 | 36 | So they have the following Internal IDs |
37 | 37 | ---------------- | ... | ... |