Skip to content

Commit

Permalink
Begin documenting the propagate method
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Sep 24, 2012
1 parent 2037781 commit a8629a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/Physics/UEMColumn.pm
Expand Up @@ -221,6 +221,18 @@ method _est_init_end_time () {
return $tf;
}

=head1 METHODS
=over
=item C<propagate>
This method call begins the main simulation.
=back
=cut

method propagate () {

my $iter = 0;
Expand Down

0 comments on commit a8629a7

Please sign in to comment.