diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-04-22 19:13:45 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-04-22 19:13:45 +0200 |
| commit | 1ebec58e22cce57310f40fa5a455b0b89c7f19b6 (patch) | |
| tree | 3bcb34780bac0ade47dd3734455e5247c38075d9 /src/iso19111/c_api.cpp | |
| parent | a73897b846cda97dfde9bd904d78b2049a6fb475 (diff) | |
| download | PROJ-1ebec58e22cce57310f40fa5a455b0b89c7f19b6.tar.gz PROJ-1ebec58e22cce57310f40fa5a455b0b89c7f19b6.zip | |
code format fix
Diffstat (limited to 'src/iso19111/c_api.cpp')
| -rw-r--r-- | src/iso19111/c_api.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp index 8fea51e9..6a2a1ae0 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -5964,7 +5964,8 @@ int proj_coordoperation_get_param( * @param out_values Pointer to an array of value_count double values. * @param value_count Size of out_values array. The suggested size is 7 to get * translation, rotation and scale difference parameters. Rotation and scale - * difference terms might be zero if the transformation only includes translation + * difference terms might be zero if the transformation only includes + * translation * parameters. In that case, value_count could be set to 3. * @param emit_error_if_incompatible Boolean to inicate if an error must be * logged if coordoperation is not compatible with a WKT1 TOWGS84 |
