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
7924e7b6
Commit
7924e7b6
authored
6 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Remove io dependency from mol/alg source code.
parent
bd05a1d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/mol/alg/src/find_membrane.hh
+24
-4
24 additions, 4 deletions
modules/mol/alg/src/find_membrane.hh
modules/mol/alg/src/local_dist_diff_test.cc
+0
-1
0 additions, 1 deletion
modules/mol/alg/src/local_dist_diff_test.cc
with
24 additions
and
5 deletions
modules/mol/alg/src/find_membrane.hh
+
24
−
4
View file @
7924e7b6
#include
<ost/mol/mol.hh>
//------------------------------------------------------------------------------
// This file is part of the OpenStructure project <www.openstructure.org>
//
// Copyright (C) 2008-2011 by the OpenStructure authors
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License as published by the Free
// Software Foundation; either version 3.0 of the License, or (at your option)
// any later version.
// This library is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
// details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this library; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//------------------------------------------------------------------------------
#ifndef OST_MOL_ALG_FIND_MEMBRANE_H
#define OST_MOL_ALG_FIND_MEMBRANE_H
#include
<ost/mol/mol.hh>
#include
<ost/geom/geom.hh>
#include
<ost/geom/geom.hh>
#include
<ost/io/binary_data_source.hh>
#include
<ost/io/binary_data_sink.hh>
namespace
ost
{
namespace
mol
{
namespace
alg
{
namespace
ost
{
namespace
mol
{
namespace
alg
{
struct
FindMemParam
{
struct
FindMemParam
{
FindMemParam
()
{
}
FindMemParam
()
{
}
...
@@ -29,3 +47,5 @@ FindMemParam FindMembrane(ost::mol::EntityView& ent,
...
@@ -29,3 +47,5 @@ FindMemParam FindMembrane(ost::mol::EntityView& ent,
bool
fast
);
bool
fast
);
}}}
// ns
}}}
// ns
#endif
\ No newline at end of file
This diff is collapsed.
Click to expand it.
modules/mol/alg/src/local_dist_diff_test.cc
+
0
−
1
View file @
7924e7b6
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
#include
<boost/concept_check.hpp>
#include
<boost/concept_check.hpp>
#include
<boost/filesystem/convenience.hpp>
#include
<boost/filesystem/convenience.hpp>
#include
<ost/mol/alg/consistency_checks.hh>
#include
<ost/mol/alg/consistency_checks.hh>
#include
<ost/io/stereochemical_params_reader.hh>
namespace
ost
{
namespace
mol
{
namespace
alg
{
namespace
ost
{
namespace
mol
{
namespace
alg
{
...
...
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