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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
422c5184
Commit
422c5184
authored
11 years ago
by
Marco Biasini
Browse files
Options
Downloads
Patches
Plain Diff
add proper visibility to declarations
parent
6db9fff7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/conop/src/minimal_compound_lib.hh
+1
-1
1 addition, 1 deletion
modules/conop/src/minimal_compound_lib.hh
modules/mol/alg/src/pdbize.cc
+3
-3
3 additions, 3 deletions
modules/mol/alg/src/pdbize.cc
with
4 additions
and
4 deletions
modules/conop/src/minimal_compound_lib.hh
+
1
−
1
View file @
422c5184
...
...
@@ -11,7 +11,7 @@ typedef boost::shared_ptr<MinimalCompoundLib> MinimalCompoundLibPtr;
// a minimal compound lib containing the definitions of the 20 standard
// amino acids and standard nucleotides
class
MinimalCompoundLib
:
public
CompoundLibBase
{
class
DLLEXPORT_OST_CONOP
MinimalCompoundLib
:
public
CompoundLibBase
{
public:
MinimalCompoundLib
()
{}
virtual
CompoundPtr
FindCompound
(
const
String
&
id
,
...
...
This diff is collapsed.
Click to expand it.
modules/mol/alg/src/pdbize.cc
+
3
−
3
View file @
422c5184
...
...
@@ -29,9 +29,9 @@
namespace
ost
{
namespace
mol
{
namespace
alg
{
const
char
*
POLYPEPTIDE_CHAIN_NAMES
=
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"
;
const
char
*
LIGAND_CHAIN_NAME
=
"_"
;
const
char
*
WATER_CHAIN_NAME
=
"-"
;
DLLEXPORT
const
char
*
POLYPEPTIDE_CHAIN_NAMES
=
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"
;
DLLEXPORT
const
char
*
LIGAND_CHAIN_NAME
=
"_"
;
DLLEXPORT
const
char
*
WATER_CHAIN_NAME
=
"-"
;
namespace
{
...
...
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