Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Usgscsm
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
aflab
astrogeology
Usgscsm
Commits
ce4d6a19
Unverified
Commit
ce4d6a19
authored
1 year ago
by
Oleg Alexandrov
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
FrameSensor: Make many members public as they cannot be modified otherwise (#455)
parent
3fa6db74
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/usgscsm/UsgsAstroFrameSensorModel.h
+2
-1
2 additions, 1 deletion
include/usgscsm/UsgsAstroFrameSensorModel.h
with
2 additions
and
1 deletion
include/usgscsm/UsgsAstroFrameSensorModel.h
+
2
−
1
View file @
ce4d6a19
...
...
@@ -347,7 +347,6 @@ class UsgsAstroFrameSensorModel : public csm::RasterGM,
static
const
std
::
string
_SENSOR_MODEL_NAME
;
private:
// Input parameters
static
const
int
m_numParameters
;
static
const
std
::
string
m_parameterName
[];
...
...
@@ -398,6 +397,8 @@ class UsgsAstroFrameSensorModel : public csm::RasterGM,
csm
::
EcefCoord
m_referencePointXyz
;
private:
std
::
shared_ptr
<
spdlog
::
logger
>
m_logger
=
spdlog
::
get
(
"usgscsm_logger"
);
nlohmann
::
json
_state
;
...
...
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