Version 5 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE Add_Chombo_Attribute_Int(STRING s_name, HID_T hid_type_id, HID_T hid_group_id, INT[3] i_value, INT i_size)
Click here to view the Revision 178 source.
A member of the Add_Chombo_Attribute_ family of functions that adds an IntVector attribute to a Chombo HDF file. Note that the attribute itself is scalar, even though IntVector isn't.
INCLUDES:
USES:
- HDF5 supplies HDF5 API.
- nodeinfodef.f90 supplies the NodeInfo data structure and some functions that operate on it.
- treeops.f90 supplies the Node and Forest structures and accompanying methods, as well as the ApplyOn_ functions.
- problem.f90 Supplies the problem setup data. This file exists in bearclaw/lib, but is superseded by bearclaw/contrib/astro/problem.f90.
Note:
See TracWiki
for help on using the wiki.