Universidad Católica Boliviana "San Pablo"
UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 68 1526. for (int i = 0; i < rowCount; i++) { 1527. tabla[i][149] = (tabla[i][147] * 1000) / (0.85 * fc * (bw * 10)); 1528. } 1529. } 1530. 1531. private void generateColumn151() { 1532. for (int i = 0; i < rowCount; i++) { 1533. tabla[i][150] = tabla[i][149] / tabla[i][148]; 1534. } 1535. } 1536. 1537. private void generateColumn152() { 1538. for (int i = 0; i < rowCount; i++) { 1539. tabla[i][151] = h - superior - 0.8 - 1; 1540. } 1541. } 1542. 1543. private void generateColumn153() { 1544. for (int i = 0; i < rowCount; i++) { 1545. tabla[i][152] = h - apoyos; 1546. } 1547. } 1548.
RkJQdWJsaXNoZXIy Mjc5NTQw