Skip to content

Commit

Permalink
uninit variables
Browse files Browse the repository at this point in the history
git-svn-id: https://nocs.stanford.edu/cgi-bin/svn.cgi/booksim2.0/trunk@5517 ce7aba0d-9f81-40a6-a495-cecae84b0515
  • Loading branch information
Nan Jiang committed Oct 7, 2013
1 parent eb346e6 commit 09494b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/networks/dragonfly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,12 @@ void DragonFlyNew::_ComputeSize( const Configuration &config )
void DragonFlyNew::_BuildNet( const Configuration &config )
{

int _output;
int _input;
int _output=-1;
int _input=-1;
int _dim_ID=-1;
int _num_ports_per_switch=-1;
int _dim_size=-1;
int c;
int _dim_ID;
int _num_ports_per_switch;
int _dim_size;

ostringstream router_name;

Expand Down

0 comments on commit 09494b3

Please sign in to comment.