Commit 51c4695
authored
align fcompare behavior with particle_compare when metadata differ (#4724)
`fcompare` crashes when boxes differ. This is confusing when
interpreting the output, since it does not indicate an actual crash. In
contrast, `particle_compare` prints an error message and returns
`EXIT_FAILURE` when metadata differ. This PR aligns fcompare with the
behavior of `particle_compare`.
Also fixes a copy-paste bug in the domain coverage check in fcompare.1 parent 82fa0de commit 51c4695
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
180 | 182 | | |
181 | 183 | | |
182 | 184 | | |
| |||
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
210 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
211 | 215 | | |
212 | 216 | | |
213 | 217 | | |
214 | | - | |
215 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
216 | 222 | | |
217 | 223 | | |
218 | 224 | | |
| |||
0 commit comments