19 cout <<
" routes " <<
layers().size() <<
" layers" << endl;
22 for (std::vector<ServiceMaterial>::const_iterator i=
materials().begin(); i!=
materials().end(); ++i) {
23 cout <<
" service material " << i->name() <<
" has the following components" << endl;
25 cout << ient->name <<
" linear? " << ient->linear
26 <<
" number " << ient->number
27 <<
" l/w " << ient->weight
28 <<
" total l/w " << ient->weight*ient->number << endl;