mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-04 20:04:21 +08:00
* update molfile plugins to VMD version 1.9.3 * fetch 2fofc/fofc: update URLs, EDS will retire in 2017 * fix sf#102 pseudoatom multi-state problem * editor.attach_amino_acid: fix PRO/N geometry
12 lines
181 B
C
12 lines
181 B
C
#ifndef _H_os_numpy
|
|
#define _H_os_numpy
|
|
|
|
#include "os_python.h"
|
|
|
|
#ifdef _PYMOL_NUMPY
|
|
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
|
|
#include <numpy/arrayobject.h>
|
|
#endif
|
|
|
|
#endif
|