forked from RosettaCommons/rosetta
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2165 from RosettaCommons/aleaverfay/npd_hbond
Fix off-rotamer-packer bugs w/ LK_Ball term Old repository SHA1: ba51e675f75aa8b96e1b9e48a27269bced1d6f02 Co-authored-by: Jack Maguire <[email protected]>
- Loading branch information
1 parent
86edc70
commit 7f15b0e
Showing
88 changed files
with
10,954 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,12 @@ | |
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be | ||
// (c) addressed to University of Washington CoMotion, email: [email protected]. | ||
|
||
/// @file --path--/--class--.cc | ||
/// @brief --brief-- | ||
/// @file --path--/--class--.cc | ||
/// @brief Creator for --brief-- | ||
/// @author --name-- (--email--) | ||
|
||
+#ifndef INCLUDED_--path_underscore--_--class--_hh | ||
+#define INCLUDED_--path_underscore--_--class--_hh | ||
#ifndef INCLUDED_--path_underscore--_--class--Creator_HH | ||
#define INCLUDED_--path_underscore--_--class--Creator_HH | ||
|
||
#include <core/pack/task/operation/TaskOperationCreator.hh> | ||
|
||
|
@@ -25,12 +25,12 @@ class --class--Creator : public core::pack::task::operation::TaskOperationCreato | |
public: | ||
core::pack::task::operation::TaskOperationOP create_task_operation() const override; | ||
std::string keyname() const override; | ||
void provide_xml_schema( XMLSchemaDefinition & xsd ) override; | ||
void provide_xml_schema( utility::tag::XMLSchemaDefinition & xsd ) const override; | ||
}; | ||
|
||
|
||
|
||
--end_namespace-- | ||
|
||
|
||
#endif //INCLUDED_--path--_--class--_hh | ||
#endif //INCLUDED_--path--_--class--Creator_HH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.