Commit 34877cc
BUG: Fix strings in DisplacementField VerifyFixedParametersInformation
When spacing or direction differences were encountered, the original code would
produce an incorrect exception message. The exception might occur when calling
`DisplacementFieldTransform::SetInverseDisplacementField`.
The bug appears introduced with commit 70fd79f,
"ENH: Adding transform parameters adaptors.", 20 Sep 2011.1 parent ede18e2 commit 34877cc
File tree
1 file changed
+8
-8
lines changed- Modules/Filtering/DisplacementField/include
1 file changed
+8
-8
lines changedLines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
412 | | - | |
| 411 | + | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
418 | | - | |
| 417 | + | |
| 418 | + | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| |||
0 commit comments