Skip to content

Commit

Permalink
Fix option names from underscore to dash
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Jan 9, 2018
1 parent e0ab7a4 commit 6a86095
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ using ::std::unique_ptr;
const string cath_cluster_input_options_block::PO_LINKS_INFILE { "links-infile" };

/// \brief The option name for the direction of links in the input
const string cath_cluster_input_options_block::PO_LINK_DIRN { "link_dirn" };
const string cath_cluster_input_options_block::PO_LINK_DIRN { "link-dirn" };

/// \brief The option name for the index of the column from which the link values are to be read
const string cath_cluster_input_options_block::PO_COLUMN_IDX { "column_idx" };
const string cath_cluster_input_options_block::PO_COLUMN_IDX { "column-idx" };

/// \brief The option name for an optional file from which names should be read
const string cath_cluster_input_options_block::PO_NAMES_INFILE { "names-infile" };
Expand Down

0 comments on commit 6a86095

Please sign in to comment.