Skip to content
Snippets Groups Projects
Commit e194c3fa authored by Dan Gebhardt's avatar Dan Gebhardt
Browse files

some minor changes

parent 2c5d32bd
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ sub start
foreach my $node (@expnodes){
#build string of destination nodes
#init bandwidth
my $bw_destnodes;
my $bw_destnodes = "";
foreach my $dest (@expnodes){
#add destination nodes to this source node, but not "self"
if( $dest ne $node ){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment