Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
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
openstructure
Commits
eb124182
Commit
eb124182
authored
Jun 11, 2012
by
Valerio Mariani
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo. Sorry
parent
b0d17b24
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/mol/alg/src/local_dist_test.cc
+1
-1
1 addition, 1 deletion
modules/mol/alg/src/local_dist_test.cc
modules/mol/alg/src/local_dist_test.hh
+1
-0
1 addition, 0 deletions
modules/mol/alg/src/local_dist_test.hh
with
2 additions
and
1 deletion
modules/mol/alg/src/local_dist_test.cc
+
1
−
1
View file @
eb124182
...
@@ -465,7 +465,7 @@ GlobalRDMap CreateDistanceList(const EntityView& ref,Real max_dist)
...
@@ -465,7 +465,7 @@ GlobalRDMap CreateDistanceList(const EntityView& ref,Real max_dist)
return
dist_list
;
return
dist_list
;
}
}
GlobalRDMap
CreateDistanceListFromMultipleReferences
(
const
std
::
vector
<
EntityView
>&
ref_list
,
std
::
vector
<
Real
>
cutoff_list
,
Real
max_dist
)
GlobalRDMap
CreateDistanceListFromMultipleReferences
(
const
std
::
vector
<
EntityView
>&
ref_list
,
std
::
vector
<
Real
>
&
cutoff_list
,
Real
max_dist
)
{
{
int
ref_counter
=
0
;
int
ref_counter
=
0
;
ExistenceMap
ex_map
;
ExistenceMap
ex_map
;
...
...
...
...
This diff is collapsed.
Click to expand it.
modules/mol/alg/src/local_dist_test.hh
+
1
−
0
View file @
eb124182
...
@@ -76,6 +76,7 @@ Real DLLEXPORT_OST_MOL_ALG OldStyleLDTHA(EntityView& v, const GlobalRDMap& globa
...
@@ -76,6 +76,7 @@ Real DLLEXPORT_OST_MOL_ALG OldStyleLDTHA(EntityView& v, const GlobalRDMap& globa
GlobalRDMap
CreateDistanceList
(
const
EntityView
&
ref
,
Real
max_dist
);
GlobalRDMap
CreateDistanceList
(
const
EntityView
&
ref
,
Real
max_dist
);
GlobalRDMap
CreateDistanceListFromMultipleReferences
(
const
std
::
vector
<
EntityView
>&
ref_list
,
std
::
vector
<
Real
>&
cutoff_list
,
Real
max_dist
);
GlobalRDMap
CreateDistanceListFromMultipleReferences
(
const
std
::
vector
<
EntityView
>&
ref_list
,
std
::
vector
<
Real
>&
cutoff_list
,
Real
max_dist
);
void
PrintGlobalRDMap
(
const
GlobalRDMap
&
glob_dist_list
);
void
PrintGlobalRDMap
(
const
GlobalRDMap
&
glob_dist_list
);
void
PrintResidueRDMap
(
const
ResidueRDMap
&
res_dist_list
);
void
PrintResidueRDMap
(
const
ResidueRDMap
&
res_dist_list
);
...
...
...
...
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