diff options
| author | fukachan <fukachan> | 2003-01-25 12:48:37 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-25 12:48:37 +0000 |
| commit | b62b8ee35005aecee883fabfdb9e9d673505fd25 (patch) | |
| tree | 4bdc59b7d4ed67229121e7c8d43fa4b786be8a43 /fml/lib/FML/Error | |
| parent | 806a49df30b05728800b5a30688295b442d6bbe1 (diff) | |
| download | fml8-b62b8ee35005aecee883fabfdb9e9d673505fd25.tar.gz fml8-b62b8ee35005aecee883fabfdb9e9d673505fd25.tar.bz2 fml8-b62b8ee35005aecee883fabfdb9e9d673505fd25.zip | |
FNF: fix comments
Diffstat (limited to 'fml/lib/FML/Error')
| -rw-r--r-- | fml/lib/FML/Error/Analyze.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fml/lib/FML/Error/Analyze.pm b/fml/lib/FML/Error/Analyze.pm index ee0113b2..79c9c5a6 100644 --- a/fml/lib/FML/Error/Analyze.pm +++ b/fml/lib/FML/Error/Analyze.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Analyze.pm,v 1.15 2003/01/05 05:15:21 fukachan Exp $ +# $FML: Analyze.pm,v 1.16 2003/01/07 08:38:32 fukachan Exp $ # package FML::Error::Analyze; @@ -254,6 +254,11 @@ sub error_continuity return \@removelist; } + +# Descriptions: error continuity based cost counting +# Arguments: OBJ($self) OBJ($curproc) HASH_REF($data) +# Side Effects: none +# Return Value: ARRAY_REF sub error_continuity2 { my ($self, $curproc, $data) = @_; |
