Skip to content

Commit

Permalink
Cosmetic changes for new neighbor/walk feature set
Browse files Browse the repository at this point in the history
  • Loading branch information
RaumZeit committed Mar 8, 2017
1 parent aa45db8 commit 5d818b8
Show file tree
Hide file tree
Showing 10 changed files with 3,271 additions and 2,448 deletions.
8 changes: 7 additions & 1 deletion doc/refman.include/00-module_order.dox
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
* @defgroup soft_constraints Soft constraints
* @ingroup constraints
*
* @defgroup landscape The RNA secondary structure landscape
*
* @defgroup mfe_fold Minimum Free Energy (MFE) algorithms
*
* @defgroup pf_fold Partition function and equilibrium properties
Expand Down Expand Up @@ -91,7 +93,11 @@
*
* @defgroup inverse_fold Inverse Folding (Design)
*
* @defgroup paths Refolding paths between secondary structues
* @defgroup neighbors Neighborhood relation and move sets for secondary structures
* @ingroup landscape
*
* @defgroup paths Refolding paths of secondary structures
* @ingroup landscape
*
* @defgroup probing_data Experimental structure probing data
*
Expand Down
4 changes: 2 additions & 2 deletions misc/uncrustify.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nl_after_func_body = 3 # number
nl_after_func_proto = 3 # number

# Whether to fully split long function protos/calls at commas
#ls_func_split_full = true # false/true
ls_func_split_full = true # false/true

# Whether to put a newline after brace open.
# This also adds a newline before the matching brace close.
Expand Down Expand Up @@ -57,7 +57,7 @@ align_var_def_star_style = 1 # number
nl_func_var_def_blk = 1 # number

# Try to limit code width to N number of columns
#code_width = 80 # number
code_width = 100 # number

#
# Blank line options
Expand Down
Loading

0 comments on commit 5d818b8

Please sign in to comment.