Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ProMod3
Commits
2629b022
Commit
2629b022
authored
Oct 5, 2016
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
make function const
parent
8b0ff1f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
modelling/src/gap.hh
+1
-1
1 addition, 1 deletion
modelling/src/gap.hh
with
1 addition
and
1 deletion
modelling/src/gap.hh
+
1
−
1
View file @
2629b022
...
@@ -128,7 +128,7 @@ struct StructuralGap {
...
@@ -128,7 +128,7 @@ struct StructuralGap {
return
ost
::
mol
::
EntityHandle
();
return
ost
::
mol
::
EntityHandle
();
}
}
StructuralGap
Copy
()
{
return
StructuralGap
(
before
,
after
,
sequence
);
}
StructuralGap
Copy
()
const
{
return
StructuralGap
(
before
,
after
,
sequence
);
}
void
Transfer
(
const
ost
::
mol
::
ChainHandle
&
chain
);
void
Transfer
(
const
ost
::
mol
::
ChainHandle
&
chain
);
...
...
...
...
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
sign in
to comment