Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
213
Issues
213
List
Boards
Labels
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
3e4d7129
Commit
3e4d7129
authored
Jul 04, 2019
by
Victor Poughon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: fix copy paste error
parent
6aa943b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/IO/ImageIO/include/otbScalarBufferToImageFileWriter.hxx
...s/IO/ImageIO/include/otbScalarBufferToImageFileWriter.hxx
+1
-1
No files found.
Modules/IO/ImageIO/include/otbScalarBufferToImageFileWriter.hxx
View file @
3e4d7129
...
...
@@ -43,7 +43,7 @@ void
ScalarBufferToImageFileWriter
<
TBufferType
,
TOutputPixelType
>::
GenerateData
()
{
// Check image parameters
if
(
(
m_ImageSize
[
0
]
==
0
)
||
(
m_ImageSize
[
0
]
==
0
)
)
if
(
(
m_ImageSize
[
0
]
==
0
)
||
(
m_ImageSize
[
1
]
==
0
)
)
{
itkExceptionMacro
(
"Invalid output image size, Size can't be null."
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment