Skip to content

Commit

Permalink
remove commented BUILD method (obsolete) from Column class
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Sep 26, 2012
1 parent e9db34d commit 71d237f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/Physics/UEMColumn/Column.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@ The length of the column. This value is required. This value defines then end of


has 'length' => ( isa => num_of_unit('m'), is => 'rw', required => 1 ); has 'length' => ( isa => num_of_unit('m'), is => 'rw', required => 1 );


#method BUILD (Item $params) {
# if ($self->has_accelerator && $self->has_photocathode) {
# $self->add_element( $self->accelerator );
# $self->photocathode->column( $self );
# }
#}

=back =back
=head1 METHODS =head1 METHODS
Expand Down

0 comments on commit 71d237f

Please sign in to comment.