Skip to content

Commit

Permalink
removed SOFA_READER_MODULE_DEPENDENCIES.md and mentions to it
Browse files Browse the repository at this point in the history
  • Loading branch information
leomccormack committed Nov 17, 2021
1 parent 8f19dd9 commit d5d8f60
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 66 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ To enable optional framework modules, simply add the relevant pre-processor defi
SAF_ENABLE_SOFA_READER_MODULE # to enable saf_sofa_reader
SAF_ENABLE_TRACKER_MODULE # to enable saf_tracker
```
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).

### Additional options

Expand Down
53 changes: 0 additions & 53 deletions docs/SOFA_READER_MODULE_DEPENDENCIES.md

This file was deleted.

1 change: 0 additions & 1 deletion framework/include/saf.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@
* SAF_ENABLE_SOFA_READER_MODULE
* Optionally, if SAF_ENABLE_NETCDF is defined, then the netcdf library must
* also be linked to your project.
* More information can be found in: docs/SOFA_READER_MODULE_DEPENDENCIES.md
* ## Dependencies
* saf_utilities.h, saf_hrir.h, zlib, netcdf (optional)
*
Expand Down
3 changes: 0 additions & 3 deletions framework/include/saf_externals.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,6 @@
*
* The "mysofa" interface, e.g. mysofa_load(), may also be used directly in
* either case.
*
* Instructions regarding where to find and how to link the "netcdf" library
* can be found in: docs/SOFA_READER_MODULE_DEPENDENCIES.md
*/
# ifdef SAF_ENABLE_NETCDF
# include <netcdf.h>
Expand Down
8 changes: 4 additions & 4 deletions framework/modules/saf_sofa_reader/saf_sofa_reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
* @ingroup SOFA_Reader
* @brief Public source for the sofa reader module (#SAF_SOFA_READER_MODULE)
*
* @note This (optional) SOFA reader, requires either netcdf (and its
* dependencies) or zlib to be linked to your project. Note that zlib is
* used by default, unless "SAF_ENABLE_NETCDF" is defined.
* Refer to docs/SOFA_READER_MODULE_DEPENDENCIES.md for more information.
* @note This SOFA reader may optionally use netcdf if "SAF_ENABLE_NETCDF" is
* defined. Otherwise, the reader will use zlib, which is included in
* framework/resources/zlib; in which case, no external libraries need to
* be linked.
*
* @author Leo McCormack
* @date 21.11.2017
Expand Down
8 changes: 4 additions & 4 deletions framework/modules/saf_sofa_reader/saf_sofa_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
* @file saf_sofa_reader.h
* @brief Main header for the sofa reader module (#SAF_SOFA_READER_MODULE)
*
* @note This (optional) SOFA reader, requires netcdf (and its dependencies)
* and/or zlib to be linked to your project. Note that zlib is used by
* default, unless "SAF_ENABLE_NETCDF" is defined.
* Refer to docs/SOFA_READER_MODULE_DEPENDENCIES.md for more information.
* @note This SOFA reader may optionally use netcdf if "SAF_ENABLE_NETCDF" is
* defined. Otherwise, the reader will use zlib, which is included in
* framework/resources/zlib; in which case, no external libraries need to
* be linked.
*
* @author Leo McCormack
* @date 21.11.2017
Expand Down

0 comments on commit d5d8f60

Please sign in to comment.