Skip to content

Commit

Permalink
parameter values for coastnet, qtrees, openoceanspp now included in o…
Browse files Browse the repository at this point in the history
…utput
  • Loading branch information
jpswinski committed Oct 24, 2024
1 parent 031cb52 commit d10d75c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datasets/bathy/package/BathyFields.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ BathyFields::BathyFields(lua_State* L, uint64_t key_space, const char* default_a
{"surface", &surface},
{"refraction", &refraction},
{"uncertainty", &uncertainty},
{"coastnet", &coastnet},
{"qtrees", &qtrees},
{"openoceanspp", &openoceanspp},
{"coastnet_version", &coastnetVersion},
{"qtrees_version", &qtreesVersion},
{"openoceanspp_version",&openoceansppVersion} })
Expand Down

0 comments on commit d10d75c

Please sign in to comment.