Skip to content
Snippets Groups Projects
Commit 1e911237 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

ENH: non templated class txx moved to cxx

parent 6f7b8942
No related branches found
No related tags found
No related merge requests found
......@@ -171,8 +171,4 @@ private:
} // end namespace otb
#ifndef OTB_MANUAL_INSTANTIATION
#include "otbSampleAugmentationFilter.txx"
#endif
#endif
......@@ -21,7 +21,8 @@
set(OTBSampling_SRC
otbSamplingRateCalculator.cxx
otbSamplingRateCalculatorList.cxx
)
otbSampleAugmentationFilter.cxx
)
add_library(OTBSampling ${OTBSampling_SRC})
target_link_libraries(OTBSampling
......
......@@ -18,9 +18,6 @@
* limitations under the License.
*/
#ifndef otbSampleAugmentationFilter_txx
#define otbSampleAugmentationFilter_txx
#include "otbSampleAugmentationFilter.h"
#include "stdint.h" //needed for uintptr_t
......@@ -270,4 +267,3 @@ SampleAugmentationFilter
}
} // end namespace otb
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment