#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <netcdf.h>
|
| #define | FILE_NAME "../test/data/PDB/4HHB.pdb" |
| |
| #define | ERR(e) do { if (e) { fprintf(stderr, "Error: %s at line %d\n", nc_strerror(e), __LINE__); return 1; } } while (0) |
| |
◆ ERR
| #define ERR |
( |
|
e | ) |
do { if (e) { fprintf(stderr, "Error: %s at line %d\n", nc_strerror(e), __LINE__); return 1; } } while (0) |
◆ FILE_NAME
| #define FILE_NAME "../test/data/PDB/4HHB.pdb" |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ NC_PDB_initialize()
| int NC_PDB_initialize |
( |
void |
| ) |
|
|
extern |