From: Tara L Andrews Date: Mon, 13 Feb 2012 22:26:04 +0000 (+0100) Subject: refactored Analysis module with associated changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce95604561f3b1af8d6b4fe0c903fd1313af396f;p=scpubgit%2Fstemmaweb.git refactored Analysis module with associated changes --- diff --git a/lib/stemmaweb/Controller/Root.pm b/lib/stemmaweb/Controller/Root.pm index 23971b6..cd6cb76 100644 --- a/lib/stemmaweb/Controller/Root.pm +++ b/lib/stemmaweb/Controller/Root.pm @@ -90,7 +90,7 @@ sub alignment :Local :Args(1) { my( $self, $c, $textid ) = @_; my $m = $c->model('Directory'); my $collation = $m->tradition( $textid )->collation; - my $alignment = $collation->make_alignment_table; + my $alignment = $collation->alignment_table; # Turn the table, so that witnesses are by column and the rows # are by rank.