Skip to content

Commit

Permalink
solve mystery, the answer is none
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Sep 23, 2020
1 parent 155e3b3 commit b6fb147
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/docs/sphinx/blueprint_mesh.rst
Expand Up @@ -1294,7 +1294,7 @@ Save a mesh to disk using a specific protocol and options:
/// else, "default" ==> "multi_file"
///
/// suffix: "default", "cycle", "none"
/// when # of domains == 1, "default" ==> "off"
/// when # of domains == 1, "default" ==> "none"
/// else, "default" ==> "cycle"
///
/// mesh_name: (used if present, default ==> "mesh")
Expand Down
2 changes: 1 addition & 1 deletion src/libs/relay/conduit_relay_io_blueprint.cpp
Expand Up @@ -571,7 +571,7 @@ void write_mesh(const Node &mesh,
/// else, "default" ==> "multi_file"
///
/// suffix: "default", "cycle", "none"
/// when # of domains == 1, "default" ==> "off"
/// when # of domains == 1, "default" ==> "none"
/// else, "default" ==> "cycle"
///
/// mesh_name: (used if present, default ==> "mesh")
Expand Down
2 changes: 1 addition & 1 deletion src/libs/relay/conduit_relay_io_blueprint.hpp
Expand Up @@ -73,7 +73,7 @@ void CONDUIT_RELAY_API write_mesh(const conduit::Node &mesh,
/// else, "default" ==> "multi_file"
///
/// suffix: "default", "cycle", "none"
/// when # of domains == 1, "default" ==> "off"
/// when # of domains == 1, "default" ==> "none"
/// else, "default" ==> "cycle"
///
/// mesh_name: (used if present, default ==> "mesh")
Expand Down
2 changes: 1 addition & 1 deletion src/libs/relay/conduit_relay_mpi_io_blueprint.hpp
Expand Up @@ -87,7 +87,7 @@ void CONDUIT_RELAY_API write_mesh(const conduit::Node &mesh,
/// else, "default" ==> "multi_file"
///
/// suffix: "default", "cycle", "none"
/// when # of domains == 1, "default" ==> "off"
/// when # of domains == 1, "default" ==> "none"
/// else, "default" ==> "cycle"
///
/// mesh_name: (used if present, default ==> "mesh")
Expand Down

0 comments on commit b6fb147

Please sign in to comment.