mgpwagle
2007-08-20 05:04:38 UTC
NS = section[i].nominal_diameter;
switch(NS)
{
case '0':
case '1-1/4':
in this
section[i] in retun int
and is char nominal_diameter
this (NS) vaule come from one class;
....
...