Skip to content

Commit a6b5017

Browse files
remove double declaration and move some function declarations
1 parent 639c5a7 commit a6b5017

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

src/libs/blueprint/conduit_blueprint_mesh.hpp

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,15 @@ namespace specset
10231023
//-------------------------------------------------------------------------
10241024
index_t CONDUIT_BLUEPRINT_API count_materials_from_specset(const conduit::Node &specset);
10251025

1026+
//-------------------------------------------------------------------------
1027+
// this will use set external if the species_names already exist
1028+
void CONDUIT_BLUEPRINT_API create_or_reuse_species_names(const conduit::Node &specset,
1029+
conduit::Node &species_names);
1030+
1031+
//-------------------------------------------------------------------------
1032+
// this will use set if the species_names already exist
1033+
void CONDUIT_BLUEPRINT_API create_or_copy_species_names(const conduit::Node &specset,
1034+
conduit::Node &species_names);
10261035
//-------------------------------------------------------------------------
10271036
// Converts a blueprint specset to the silo style sparse mixed slot
10281037
// representation.
@@ -1034,18 +1043,6 @@ namespace specset
10341043
const conduit::Node &matset,
10351044
conduit::Node &dest,
10361045
const float64 epsilon = CONDUIT_EPSILON);
1037-
1038-
//-------------------------------------------------------------------------
1039-
// this will use set external if the species_names already exist
1040-
void CONDUIT_BLUEPRINT_API create_or_reuse_species_names(const conduit::Node &specset,
1041-
conduit::Node &species_names);
1042-
//-------------------------------------------------------------------------
1043-
// this will use set if the species_names already exist
1044-
void CONDUIT_BLUEPRINT_API create_or_copy_species_names(const conduit::Node &specset,
1045-
conduit::Node &species_names);
1046-
//-------------------------------------------------------------------------
1047-
index_t CONDUIT_BLUEPRINT_API count_materials_from_specset(const conduit::Node &specset);
1048-
10491046
//-------------------------------------------------------------------------
10501047
// blueprint::mesh::specset::index protocol interface
10511048
//-------------------------------------------------------------------------

0 commit comments

Comments
 (0)