Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unsio
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LAMBERT Jean-charles
unsio
Commits
6969997e
Commit
6969997e
authored
Jan 25, 2017
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add SSL and ssl for gadget2 stars particles
parent
ee002f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/snapshotgadget.cc
src/snapshotgadget.cc
+1
-1
No files found.
src/snapshotgadget.cc
View file @
6969997e
...
...
@@ -600,7 +600,7 @@ int CSnapshotGadgetIn<T>::read(uns::UserSelection &user_select)
readOneArray
(
&
im
,
4
,
compOffset
);
}
// --> SSL block
if
(
block_name
==
"SSL"
&&
this
->
req_bits
&
SSL_BIT
&&
this
->
comp_bits
&
STARS_BIT
)
{
if
(
(
block_name
==
"SSL"
||
block_name
==
"ssl"
)
&&
this
->
req_bits
&
SSL_BIT
&&
this
->
comp_bits
&
STARS_BIT
)
{
this
->
load_bits
|=
SSL_BIT
;
assert
((
header
.
npart
[
4
])
>
0
);
// stars
ok
=
true
;
...
...
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