Home
last modified time | relevance | path

Searched refs:dum_dbl (Results 1 – 3 of 3) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadCCMIO.cpp318 double dum_dbl = fdum; in get_dbl_option() local
319 …rval = mbImpl->tag_set_data(tag, &seth, 1, &dum_dbl);MB_CHK_SET_ERR(rval, "Failed to set tag data"… in get_dbl_option()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMesh_MOAB.cpp3127 double dum_dbl; in iMesh_createTagWithOptions() local
3157 result = opts.get_real_option("TAG_DEFAULT_VALUE", dum_dbl); in iMesh_createTagWithOptions()
3159 std::fill(def_dbl.begin(), def_dbl.end(), dum_dbl); in iMesh_createTagWithOptions()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/
H A DParallelComm.cpp2477 double dum_dbl; in print_buffer() local
2478 UNPACK_DBL(buff_ptr, dum_dbl); in print_buffer()
2479 std::cerr << dum_dbl << std::endl; in print_buffer()