Skip to content

Commit

Permalink
debug1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Apr 30, 2024
1 parent 758d6b4 commit 7e592e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ncdap_test/test_vara.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ typedef struct Odom {
size_t* count;
} Odom;

#ifdef IGNORE
static float threeD_data[X*Y*Z];
#ifdef NOCODE
static float threeD_data[X][Y][Z];
static int dims[RANK] = {X,Y,Z};
#endif
static float threeD[X][Y][Z];
Expand Down Expand Up @@ -219,7 +219,7 @@ static size_t odom_count(Odom* odom)
return offset;
}

#ifdef IGNORE
#ifdef NOCODE
static float threeD_data[X][Y][Z] = {
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978, 0.998750260394966, 0.998200539935204,
Expand Down
1 change: 1 addition & 0 deletions ncdump/tst_nccopy3.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
export SETX=1
# For a netCDF-3 build, test nccopy on netCDF files in this
# directory. This test depends on a bunch of other ncdump tests
# running first, to produce the data files that are used to test
Expand Down

0 comments on commit 7e592e0

Please sign in to comment.