Reads a two-column csv from file filename and stores it in D
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename |
path to the file |
||
| real, | intent(inout), | allocatable | :: | D(:,:) |
array containing the two columns read |