Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main Repositories
otb
Commits
4d760ccc
Commit
4d760ccc
authored
10 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Renaming app with wrong name
parent
1db8f386
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Modules/Applications/AppImageUtils/app/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Modules/Applications/AppImageUtils/app/CMakeLists.txt
Modules/Applications/AppImageUtils/app/otbPixelValue.cxx
+4
-4
4 additions, 4 deletions
Modules/Applications/AppImageUtils/app/otbPixelValue.cxx
with
5 additions
and
5 deletions
Modules/Applications/AppImageUtils/app/CMakeLists.txt
+
1
−
1
View file @
4d760ccc
...
...
@@ -33,7 +33,7 @@ otb_create_application(
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
otb_create_application
(
NAME Pixel
Info
NAME Pixel
Value
SOURCES otbPixelValue.cxx
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
...
...
This diff is collapsed.
Click to expand it.
Modules/Applications/AppImageUtils/app/otbPixelValue.cxx
+
4
−
4
View file @
4d760ccc
...
...
@@ -25,11 +25,11 @@ namespace otb
namespace
Wrapper
{
class
Pixel
Info
:
public
Application
class
Pixel
Value
:
public
Application
{
public:
/** Standard class typedefs. */
typedef
Pixel
Info
Self
;
typedef
Pixel
Value
Self
;
typedef
Application
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
...
...
@@ -40,7 +40,7 @@ public:
/** Standard macro */
itkNewMacro
(
Self
);
itkTypeMacro
(
Pixel
Info
,
otb
::
Application
);
itkTypeMacro
(
Pixel
Value
,
otb
::
Application
);
private:
void
DoInit
()
...
...
@@ -157,4 +157,4 @@ private:
}
}
OTB_APPLICATION_EXPORT
(
otb
::
Wrapper
::
Pixel
Info
)
OTB_APPLICATION_EXPORT
(
otb
::
Wrapper
::
Pixel
Value
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment