Skip to content

Commit a54062d

Browse files
jhlegarretadzenanz
authored andcommitted
DOC: Improve MINC transform adapter exception message
Improve MINC transform adapter exception message: - Make it more neutral. - Respect the MINC library case: use uppercases. - Use "D" (uppercase) instead of "d" (lowercase) to mean "-dimension". - Do not use "xfm" to refer to "transform" for the sake of clearliness.
1 parent 0c31b22 commit a54062d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/IO/TransformMINC/include/itkMINCTransformAdapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class ITK_TEMPLATE_EXPORT MINCTransformAdapter
293293
{
294294
if (VInputDimension != 3 || VOutputDimension != 3)
295295
{
296-
itkExceptionMacro("Sorry, only 3D to 3d minc xfm transform is currently implemented");
296+
itkExceptionMacro("MINC transform is currently implemented only for 3D to 3D.");
297297
}
298298
}
299299

0 commit comments

Comments
 (0)