generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor simulation #338
Merged
200km
merged 62 commits into
feature/major-update-v6.0.0
from
feature/refactor-simulation
Mar 12, 2023
Merged
Refactor simulation #338
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
c71aa22
Fix simulation config
200km a0db89e
Fix private variables name
200km 7ac10f7
Fix function variables
200km 43598bf
Fix public function name
200km c26abb8
Fix public function name
200km 1d7e842
Remove using
200km 4abd820
Fix private variables
200km 5ae9302
Fix public function name
200km 7e09244
Fix function argument names
200km c5389b7
Fix class name
200km ced126a
Fix private variables name
200km b773f5f
Fix private variables name
200km 6d3c0c1
Fix public function name
200km f127ab9
Rename class
200km 8a3d743
Fix private variables
200km a76a985
Fix function argument names
200km 0425767
Remove using
200km 921774c
Fix public function name
200km bd5fa16
Fix private variables name
200km bded6d2
Fix public function name
200km 937bece
Remove using
200km c08147a
Fix initialize function name
200km 64912a7
Fix sample components
200km 3a7790f
Add const for simulation config
200km 7b4bb5e
Add unsigned
200km 1e6ce36
Fix private and function argument name
200km 6e53a2c
Fix class name
200km 6d57676
Remove using
200km 406d085
Fix function argument names
200km cc9b4c4
Remove using
200km b655cae
Fix private variables name
200km 8785c12
Fix private function name
200km eaf3992
Fix private function name
200km 11eff8a
Fix public function name
200km a0b6e17
Fix class name
200km 5e47992
Fix function argument names
200km 9173d04
Fix private variables and inline function
200km 09093dc
Rename class
200km a96cd85
Fix public function name
200km 9d47536
Fix function argument name
200km d97d12a
Fix InitializedMonteCarloParameter
200km 651a39f
Fix function argument names
200km 0cc51a0
Fix public function name
200km fa4ce35
Rename class
200km b6b1093
Fix function argument name
200km bc442ab
Rename class
200km 6c04e1c
Fix simulation case
200km df9f46d
Fix sample case
200km 4f509c2
Rename Simulationconfig
200km 5f96d0b
Fix main
200km 7c91fb3
Fix format
200km fa0903f
Fix gnss satellite id
200km 1de39ef
Fix Initialize name
200km fa2c19e
Fix typo
200km 705dcab
Fix public function name
200km f1ac87e
Fix format
200km c10d351
Fix typo
200km ed1da9e
Merge branch 'feature/refactor-components' into feature/refactor-simu…
200km a0f5fa7
Merge branch 'feature/major-update-v6.0.0' into feature/refactor-simu…
200km 2c15097
Fix typos
200km b1f7a59
Merge branch 'feature/refactor-simulation' of github.com:ut-issl/s2e-…
200km 36def60
Fix typo
200km File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[NITS]
vect1
->vector1
などに修正したいです.