yuniersoad e0582a8bff Fixing conversion error in ENgetnodevalue EN_TANKDIAM
The Tank.A(area) is calculated as:
 Tank[j].A = PI*SQR(Tank[j].A/Ucf[ELEV])/4.0; //diameter is stored in Tank[j].A
so the right equation to get the diameter back is  sqrt(4.0/PI*Tank[index-Njuncs].A)*Ucf[ELEV];
2013-05-14 19:38:40 +00:00
2013-01-21 17:53:48 -05:00
2011-01-21 16:27:27 +00:00
2013-01-08 12:16:34 -05:00
2013-01-07 12:32:23 -05:00
Description
No description provided
11 MiB
Languages
C 78.8%
C++ 8.6%
C# 2.5%
Visual Basic 6.0 1.9%
Visual Basic .NET 1.9%
Other 6.3%