Skip to content

Commit 23963b7

Browse files
committed
tables ...
1 parent 99e2307 commit 23963b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ translation of a table of error messages into another language.
134134
### XDI_readfile error codes
135135

136136
| code | message |
137-
|------|--------------------------------------------------------------|
137+
| ---- | ------------------------------------------------------------ |
138138
| -1 | not an XDI file, no XDI versioning information in first line |
139139
| -2 | <word> -- invalid family name in metadata |
140140
| -4 | <word> -- invalid keyword name in metadata |
@@ -147,7 +147,7 @@ Here `<word>` will be the the text that triggered the error.
147147
### XDI_readfile warning codes
148148

149149
| code | message |
150-
|-------|--------------------------------------------------------------|
150+
| ----- | ------------------------------------------------------------ |
151151
| 1 | no mono.d_spacing given with angle array |
152152
| 2 | no line of minus signs '#-----' separating header from data |
153153
| 4 | contains unrecognized header lines |
@@ -168,7 +168,7 @@ bitwise. That is, a return code of 7 means that all three required
168168
metadata fields were missing.
169169

170170
| code | message |
171-
|------|-------------------------------------|
171+
| ---- | ----------------------------------- |
172172
| 1 | Element.symbol missing or not valid |
173173
| 2 | Element.edge missing or not valid |
174174
| 4 | Mono.d\_spacing missing |
@@ -181,7 +181,7 @@ bitwise. That is, a return code of 7 means that the first three
181181
recommendation metadata fields were missing.
182182

183183
| code | message |
184-
|------|-----------------------------------------------------|
184+
| ---- | --------------------------------------------------- |
185185
| 1 | Missing recommended metadata field: Facility.name |
186186
| 2 | Missing recommended metadata field: Facility.source |
187187
| 4 | Missing recommended metadata field: Beamline.name |

0 commit comments

Comments
 (0)