From 0e593af58a726e72fa6399181af2827ae51e760a Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Wed, 27 Nov 2024 10:32:20 -0600 Subject: [PATCH] minor clarification in documentation --- components/omega/doc/devGuide/Field.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/omega/doc/devGuide/Field.md b/components/omega/doc/devGuide/Field.md index 38928a0dd8a0..a0c58542f3ef 100644 --- a/components/omega/doc/devGuide/Field.md +++ b/components/omega/doc/devGuide/Field.md @@ -57,7 +57,8 @@ dimension list since it will be added during I/O. Fields that do not change with time should include this argument with the value false so that the time dimension is not added. Actual field data stored in an array is attached in a separate call as described below. Scalar fields can be added by setting the -NumDims to zero (the DimNames is then ignored). Scalar data is attached using +NumDims to zero (the Dimensions vector is ignored but an empty vector +must still be supplied in the argument list). Scalar data is attached using a 1D array with size 1. Fields without a data array can be created with: ```c++ std::shared_ptr MyField =