Skip to content

Commit 4d888f4

Browse files
committed
add note about adding tst_grow_header.c
1 parent 5c72e1e commit 4d888f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sneak_peek.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ This is essentially a placeholder for the next release note ...
7373
See [PR #165](https://github.com/Parallel-NetCDF/PnetCDF/pull/165).
7474

7575
* New test program
76-
+ none
76+
+ test/testcases/tst_grow_header.c tests header extent growth by re-entering
77+
the define mode multiple times and add more fix-sized and record variables.
7778

7879
* Issues with NetCDF library
7980
+ none

test/testcases/tst_grow_header.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
/*
22
* Copyright (C) 2025, Northwestern University and Argonne National Laboratory
33
* See COPYRIGHT notice in top-level directory.
4-
*
54
*/
65

76
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
87
*
9-
* This program tests header extent growth by re-entering the define mode and
10-
* add more fix-sized and record variables.
8+
* This program tests header extent growth by re-entering the define mode
9+
* multiple times and add more fix-sized and record variables.
1110
*
1211
* The compile and run commands are given below.
1312
*

0 commit comments

Comments
 (0)