We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d58b11 commit 13a691aCopy full SHA for 13a691a
2 files changed
include/openPMD/IO/IOTask.hpp
@@ -560,7 +560,8 @@ struct OPENPMDAPI_EXPORT
560
}
561
562
// in parameters
563
- /** If true, only query if the backend supports buffer views without performing operation */
+ /** If true, only query if the backend supports buffer views without
564
+ * performing operation */
565
bool queryOnly = false;
566
Offset offset;
567
Extent extent;
include/openPMD/ParticleSpecies.hpp
@@ -59,7 +59,8 @@ namespace traits
59
{
60
/** Generation policy for ParticleSpecies objects.
61
*
62
- * Links particle patches to their parent hierarchy when a species is created.
+ * Links particle patches to their parent hierarchy when a species is
63
+ * created.
64
*/
65
template <>
66
struct GenerationPolicy<ParticleSpecies>
0 commit comments