putgetsubs.f File Reference
Functions/Subroutines | |
| subroutine | bfread (BUFFER, IPNT, ILIMIT, VARBLE, ILEN, IBEGIN) |
| subroutine | bfwrit (BUFFER, IPNT, ILIMIT, VARBLE, ILEN, IBEGIN) |
| subroutine | chread (CBUFF, IPNT, LNCBUF, CVARBL, IBEGIN) |
| subroutine | chwrit (CBUFF, IPNT, LNCBUF, CVARBL, IBEGIN) |
| subroutine | lfread (BUFFER, IPNT, ILIMIT, LVAR, ILEN, IBEGIN) |
| subroutine | lfwrit (BUFFER, IPNT, ILIMIT, LVAR, ILEN, IBEGIN) |
| subroutine | ifread (BUFFER, IPNT, ILIMIT, IVAR, ILEN, IBEGIN) |
| subroutine | ifwrit (BUFFER, IPNT, ILIMIT, IVAR, ILEN, IBEGIN) |
Function/Subroutine Documentation
| subroutine bfread | ( | real, dimension (*) | BUFFER, |
| integer | IPNT, | ||
| integer | ILIMIT, | ||
| real, dimension (*) | VARBLE, | ||
| integer | ILEN, | ||
| integer | IBEGIN | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine bfwrit | ( | real, dimension (*) | BUFFER, |
| integer | IPNT, | ||
| integer | ILIMIT, | ||
| real, dimension (*) | VARBLE, | ||
| integer | ILEN, | ||
| integer | IBEGIN | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine chread | ( | character, dimension(lncbuf) | CBUFF, |
| integer | IPNT, | ||
| integer | LNCBUF, | ||
| character | CVARBL, | ||
| integer | IBEGIN | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine chwrit | ( | character, dimension(lncbuf) | CBUFF, |
| integer | IPNT, | ||
| integer | LNCBUF, | ||
| character | CVARBL, | ||
| integer | IBEGIN | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine ifread | ( | real, dimension(*) | BUFFER, |
| integer | IPNT, | ||
| integer | ILIMIT, | ||
| integer, dimension(*) | IVAR, | ||
| integer | ILEN, | ||
| integer | IBEGIN | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine ifwrit | ( | real, dimension(*) | BUFFER, |
| integer | IPNT, | ||
| integer | ILIMIT, | ||
| integer, dimension(*) | IVAR, | ||
| integer | ILEN, | ||
| integer | IBEGIN | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine lfread | ( | real, dimension(*) | BUFFER, |
| integer | IPNT, | ||
| integer | ILIMIT, | ||
| logical, dimension(*) | LVAR, | ||
| integer | ILEN, | ||
| integer | IBEGIN | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| subroutine lfwrit | ( | real, dimension(*) | BUFFER, |
| integer | IPNT, | ||
| integer | ILIMIT, | ||
| logical, dimension(*) | LVAR, | ||
| integer | ILEN, | ||
| integer | IBEGIN | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:
