Skip to content

Commit a541fff

Browse files
committed
WIP: STYLE Replacing .txx extension by .hxx to pass KWStyle test
1 parent 94c8ba0 commit a541fff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/itkPhysicalCentralDifferenceImageFunction.hxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*=========================================================================
22
33
Program: Insight Segmentation & Registration Toolkit
4-
Module: $RCSfile: itkPhysicalCentralDifferenceImageFunction.txx,v $
4+
Module: $RCSfile: itkPhysicalCentralDifferenceImageFunction.hxx,v $
55
Language: C++
66
Date: $Date$
77
Version: $Revision$
@@ -14,8 +14,8 @@
1414
PURPOSE. See the above copyright notices for more information.
1515
1616
=========================================================================*/
17-
#ifndef itkPhysicalCentralDifferenceImageFunction_txx
18-
#define itkPhysicalCentralDifferenceImageFunction_txx
17+
#ifndef itkPhysicalCentralDifferenceImageFunction_hxx
18+
#define itkPhysicalCentralDifferenceImageFunction_hxx
1919

2020
#include "itkPhysicalCentralDifferenceImageFunction.h"
2121

0 commit comments

Comments
 (0)