[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GT] SVN Commit r628 - trunk/GT



Author: thomas
Date: 2008-06-10 06:59:06 +0200 (Tue, 10 Jun 2008)
New Revision: 628

Modified:
   trunk/GT/Dependency.pm
Log:
Fix incorrect dependency reference.


Modified: trunk/GT/Dependency.pm
===================================================================
--- trunk/GT/Dependency.pm	2008-06-10 04:50:48 UTC (rev 627)
+++ trunk/GT/Dependency.pm	2008-06-10 04:59:06 UTC (rev 628)
@@ -411,7 +411,7 @@
     # Compute signals
     foreach ($self->get_signal_dependencies())
     {
-	#DEB#  DEBUG  "Compute dependencies for $self : $_->{'indicator'}\n";
+	#DEB#  DEBUG  "Compute dependencies for $self : $_->{'signal'}\n";
 	$_->{'signal'}->detect_interval($calc, 
 				    $first - $_->{'nbdays'} + 1, $last);
     }