#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "cgnslib.h"
Go to the source code of this file.
Defines | |
#define | NUM_SIDE 5 |
#define | CHECK(L, B) if(!(B)){fprintf(stderr,"mismatch in %s\n",L);exit(1);} |
Functions | |
void | error_exit (char *where) |
int | main (int argc, char **argv) |
Variables | |
float | coord [NUM_SIDE *NUM_SIDE *NUM_SIDE] |
#define CHECK | ( | L, | |||
B | ) | if(!(B)){fprintf(stderr,"mismatch in %s\n",L);exit(1);} |
Definition at line 13 of file test_exts.c.
#define NUM_SIDE 5 |
Definition at line 9 of file test_exts.c.
void error_exit | ( | char * | where | ) |
Definition at line 15 of file test_exts.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 21 of file test_exts.c.
float coord[NUM_SIDE *NUM_SIDE *NUM_SIDE] |
Definition at line 11 of file test_exts.c.