Skip to content

Commit d5d8f60

Browse files
committed
removed SOFA_READER_MODULE_DEPENDENCIES.md and mentions to it
1 parent 8f19dd9 commit d5d8f60

File tree

6 files changed

+8
-66
lines changed

6 files changed

+8
-66
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ To enable optional framework modules, simply add the relevant pre-processor defi
5151
SAF_ENABLE_SOFA_READER_MODULE # to enable saf_sofa_reader
5252
SAF_ENABLE_TRACKER_MODULE # to enable saf_tracker
5353
```
54-
Note that the **saf_sofa_reader** module also requires [netCDF](https://www.unidata.ucar.edu/software/netcdf/) to be linked to your project. [Instructions on how to install/link this dependency can be found here](docs/SOFA_READER_MODULE_DEPENDENCIES.md).
5554

5655
### Additional options
5756

docs/SOFA_READER_MODULE_DEPENDENCIES.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

framework/include/saf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@
257257
* SAF_ENABLE_SOFA_READER_MODULE
258258
* Optionally, if SAF_ENABLE_NETCDF is defined, then the netcdf library must
259259
* also be linked to your project.
260-
* More information can be found in: docs/SOFA_READER_MODULE_DEPENDENCIES.md
261260
* ## Dependencies
262261
* saf_utilities.h, saf_hrir.h, zlib, netcdf (optional)
263262
*

framework/include/saf_externals.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,6 @@
275275
*
276276
* The "mysofa" interface, e.g. mysofa_load(), may also be used directly in
277277
* either case.
278-
*
279-
* Instructions regarding where to find and how to link the "netcdf" library
280-
* can be found in: docs/SOFA_READER_MODULE_DEPENDENCIES.md
281278
*/
282279
# ifdef SAF_ENABLE_NETCDF
283280
# include <netcdf.h>

framework/modules/saf_sofa_reader/saf_sofa_reader.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
* @ingroup SOFA_Reader
2020
* @brief Public source for the sofa reader module (#SAF_SOFA_READER_MODULE)
2121
*
22-
* @note This (optional) SOFA reader, requires either netcdf (and its
23-
* dependencies) or zlib to be linked to your project. Note that zlib is
24-
* used by default, unless "SAF_ENABLE_NETCDF" is defined.
25-
* Refer to docs/SOFA_READER_MODULE_DEPENDENCIES.md for more information.
22+
* @note This SOFA reader may optionally use netcdf if "SAF_ENABLE_NETCDF" is
23+
* defined. Otherwise, the reader will use zlib, which is included in
24+
* framework/resources/zlib; in which case, no external libraries need to
25+
* be linked.
2626
*
2727
* @author Leo McCormack
2828
* @date 21.11.2017

framework/modules/saf_sofa_reader/saf_sofa_reader.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
* @file saf_sofa_reader.h
2121
* @brief Main header for the sofa reader module (#SAF_SOFA_READER_MODULE)
2222
*
23-
* @note This (optional) SOFA reader, requires netcdf (and its dependencies)
24-
* and/or zlib to be linked to your project. Note that zlib is used by
25-
* default, unless "SAF_ENABLE_NETCDF" is defined.
26-
* Refer to docs/SOFA_READER_MODULE_DEPENDENCIES.md for more information.
23+
* @note This SOFA reader may optionally use netcdf if "SAF_ENABLE_NETCDF" is
24+
* defined. Otherwise, the reader will use zlib, which is included in
25+
* framework/resources/zlib; in which case, no external libraries need to
26+
* be linked.
2727
*
2828
* @author Leo McCormack
2929
* @date 21.11.2017

0 commit comments

Comments
 (0)