Patch f4db392a changed CSV import to use field numbers instead of indexes. Thus removing the now incorrect description of numbering from user manual. Note, that screenshot should be updated as well.
Signed-off-by: Miika Turkia <[email protected]> --- Documentation/user-manual.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 8024943..30cf535 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -960,8 +960,7 @@ dropdown list. Lastly, indicate which columns in the CSV file contain which data variables. For each data column used for import, check the appropriate check box and indicate in which column these data are found. For instance, the image above corresponds to the dialogue that would apply to the CSV data set described above -the image. *NB:* Note that column numbers are specified with a number that is -numerically ONE LESS than the true sequnce number of that column. Having performed +the image. Having performed the column specification, select the _OK_ button and the dive will be imported and listed in the *Dive List* tab of _Subsurface_. -- 1.8.3.2 _______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
