Read strictly-increasing node coordinates from a text file. One value per line; blank lines and lines beginning with '#' are ignored.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | path | |||
| real(kind=wp), | intent(out), | allocatable | :: | coords(:) | ||
| integer, | intent(out) | :: | n | |||
| logical, | intent(out) | :: | is_ok | |||
| character(len=*), | intent(out) | :: | message |