Commit 12050b4e596c0b144826745be6c4f5fc178e8888

Authored by Cherub P. Harder
1 parent 9a1c681c

modified network.h in biomodels

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
stim/biomodels/network.h
... ... @@ -236,13 +236,13 @@ public:
236 236 std::stringstream ss;
237 237  
238 238 //output the nodes
239   - ss<<"Nodes----------------------------"<<std::endl;
  239 + ss<<"Nodes-----------------------------------------------"<<std::endl;
240 240 for(t_node_i i = N.begin(); i != N.end(); i++){
241 241 ss<<i->str()<<std::endl;
242 242 }
243 243  
244 244 //output the fibers
245   - ss<<std::endl<<"Fibers---------------------------"<<std::endl;
  245 + ss<<std::endl<<"Fibers----------------------------------------------"<<std::endl;
246 246  
247 247 T length, radius;
248 248 //output every fiber
... ...