1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- #include "slatec-internal.hpp"
- static integer const c__5 = 5;
- static integer const c__0 = 0;
- static logical c_false = FALSE_;
- int xgetua_(integer *iunita, integer *n)
- {
-
- integer i__1;
-
- integer i__, index;
-
- --iunita;
-
- *n = j4save_(&c__5, &c__0, &c_false);
- i__1 = *n;
- for (i__ = 1; i__ <= i__1; ++i__) {
- index = i__ + 4;
- if (i__ == 1) {
- index = 3;
- }
- iunita[i__] = j4save_(&index, &c__0, &c_false);
- }
- return 0;
- }
|