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
207
Issues
207
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
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
15bc0fca
Commit
15bc0fca
authored
Sep 12, 2016
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: remove extra space. need to be fixed later for ossimNotify
parent
c9bb6865
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp
...ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp
+6
-6
No files found.
Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp
View file @
15bc0fca
...
...
@@ -21,7 +21,7 @@
#include <cassert>
#if defined(_MSC_VER)
#include "ossimWin32FindFileHandle.h"
#include "ossimWin32FindFileHandle.h"
#endif
#if defined(USE_BOOST_TIME)
...
...
@@ -121,7 +121,7 @@ namespace ossimplugins
bool
ossimSentinel1Model
::
saveState
(
ossimKeywordlist
&
kwl
,
const
char
*
prefix
)
const
{
static
const
char
MODULE
[]
=
"ossimplugins::ossimSentinel1Model::saveState
"
;
static
const
char
MODULE
[]
=
"ossimplugins::ossimSentinel1Model::saveState"
;
SCOPED_LOG
(
traceDebug
,
MODULE
);
kwl
.
add
(
prefix
,
...
...
@@ -147,7 +147,7 @@ namespace ossimplugins
bool
ossimSentinel1Model
::
loadState
(
const
ossimKeywordlist
&
kwl
,
const
char
*
prefix
)
{
static
const
char
MODULE
[]
=
"ossimplugins::ossimSentinel1Model::loadState
"
;
static
const
char
MODULE
[]
=
"ossimplugins::ossimSentinel1Model::loadState"
;
SCOPED_LOG
(
traceDebug
,
MODULE
);
theManifestKwl
.
addList
(
kwl
,
true
);
...
...
@@ -174,7 +174,7 @@ namespace ossimplugins
bool
ossimSentinel1Model
::
open
(
const
ossimFilename
&
file
)
{
static
const
char
MODULE
[]
=
"ossimplugins::ossimSentinel1Model::open
"
;
static
const
char
MODULE
[]
=
"ossimplugins::ossimSentinel1Model::open"
;
//traceDebug.setTraceFlag(true);
SCOPED_LOG
(
traceDebug
,
MODULE
);
...
...
@@ -295,7 +295,7 @@ namespace ossimplugins
#if 0
bool ossimSentinel1Model::getAnnotationFileLocation(const ossimFilename &manifestFile, const char* pattern)
{
static const char MODULE[] = "ossimSentinel1SafeManifest::getAnnotationFileLocation
";
static const char MODULE[] = "ossimSentinel1SafeManifest::getAnnotationFileLocation";
//traceDebug.setTraceFlag(true);
const ossimString prefix = "support_data.";
const ossimString xpath = "/xfdu:XFDU/dataObjectSection/dataObject";
...
...
@@ -328,7 +328,7 @@ namespace ossimplugins
bool
ossimSentinel1Model
::
standAloneProductInformation
(
ossimXmlDocument
const
&
manifestDoc
)
{
static
const
char
MODULE
[]
=
"ossimSentinel1ProductDoc::parseSafe
"
;
static
const
char
MODULE
[]
=
"ossimSentinel1ProductDoc::parseSafe"
;
const
ossimString
prefix
=
"support_data."
;
...
...
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