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
71a08619
Commit
71a08619
authored
5 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
COMP: Attempt to fix fast build
parent
6b2475b7
No related branches found
No related tags found
3 merge requests
!648
Ci rcjob
,
!621
Release 7.0 (master)
,
!592
Fix StreamingWarpImageFilter issue with empty region
Pipeline
#2591
passed
5 years ago
Stage: precheck
Stage: prepare
Stage: build
Stage: report
Stage: external
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Modules/Core/Transform/test/otbStreamingWarpImageFilter.cxx
+1
-1
1 addition, 1 deletion
Modules/Core/Transform/test/otbStreamingWarpImageFilter.cxx
with
1 addition
and
1 deletion
Modules/Core/Transform/test/otbStreamingWarpImageFilter.cxx
+
1
−
1
View file @
71a08619
...
...
@@ -86,7 +86,7 @@ int otbStreamingWarpImageFilter(int argc, char* argv[])
return
EXIT_SUCCESS
;
}
int
otbStreamingWarpImageFilterEmptyRegion
(
int
itkNotUsed
(
argc
),
char
*
itkNotUsed
(
argv
)[])
int
otbStreamingWarpImageFilterEmptyRegion
(
int
itkNotUsed
(
argc
),
char
*
itkNotUsed
(
argv
)
[])
{
ImageType
::
Pointer
inputPtr
=
ImageType
::
New
();
...
...
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