diff options
author | 2019-12-16 16:48:03 -0800 | |
---|---|---|
committer | 2019-12-16 16:48:03 -0800 | |
commit | f97a2579419a37879f68ab64d25a447c432871ea (patch) | |
tree | 5f81e8cef7a0e575ee48e31cd6b0a605ce66e646 /Source/QED/QedTableParserHelperFunctions.H | |
parent | 252433454676240b0517fb75dd1110c436ecc2ce (diff) | |
parent | 59f7719ed70bea2b1fb5a778c6a06595f9b22f1d (diff) | |
download | WarpX-f97a2579419a37879f68ab64d25a447c432871ea.tar.gz WarpX-f97a2579419a37879f68ab64d25a447c432871ea.tar.zst WarpX-f97a2579419a37879f68ab64d25a447c432871ea.zip |
Merge pull request #569 from MaxThevenet/doxygen_warnings
Fix Doxygen warnings
Diffstat (limited to 'Source/QED/QedTableParserHelperFunctions.H')
-rw-r--r-- | Source/QED/QedTableParserHelperFunctions.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/QED/QedTableParserHelperFunctions.H b/Source/QED/QedTableParserHelperFunctions.H index 9f9f37017..528613727 100644 --- a/Source/QED/QedTableParserHelperFunctions.H +++ b/Source/QED/QedTableParserHelperFunctions.H @@ -15,7 +15,7 @@ namespace QedUtils{ * This function safely extracts an amrex::Vector<T> from raw binary data. * T must be a simple datatype (e.g. an int, a float, a double...). * - * @param[in] p_char a pointer to the binary stream + * @param[in] p_data a pointer to the binary stream * @param[in] how_many how many T should be read from stream * @param[in] p_last a pointer to the last element of the char* array * @return {a tuple containing @@ -43,7 +43,7 @@ namespace QedUtils{ * This function safely extracts a T from raw binary data. * T must be a simple datatype (e.g. an int, a float, a double...). * - * @param[in] p_char a pointer to the binary stream + * @param[in] p_data a pointer to the binary stream * @param[in] p_last a pointer to the last element of the char* array * @return {a tuple containing * 1) flag (which is false if p_last is exceeded) |