Skip to content

Commit

Permalink
Merge branch 'master' into hvdc_lines_ampl_export
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbagu committed Dec 12, 2016
2 parents 498a85b + 179250a commit 64ee730
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ public class WCAImpl implements WCA, WCAConstants, AmplConstants {
private static final int DETAILS_LEVEL_NORMAL = 2;
private static final int DETAILS_LEVEL_DEBUG = 4;

private static final Pattern CLUSTER_INDEX_PATTERN = Pattern.compile(" WCA Result : contingency_index (\\d*) contingency_cluster_index (\\d*)");
private static final Pattern CLUSTER_INDEX_PATTERN = Pattern.compile(" WCA Result : contingency_index (\\d*) contingency_cluster_index (\\d*) curative_action_index (\\d*) ");
private static final Pattern DOMAINS_RESULTS_PATTERN = Pattern.compile(" WCA Result : basic_violation (\\d*) rule_violation (\\d*)");

private final Network network;
Expand Down

0 comments on commit 64ee730

Please sign in to comment.