#include <stdlib.h>
#include <string.h>
#include "exchange.h"
#include "fitsio.h"
Functions | |
void | free_oi_array (oi_array *pArray) |
Free dynamically-allocated storage within oi_array struct. | |
void | free_oi_target (oi_target *pTargets) |
Free dynamically-allocated storage within oi_target struct. | |
void | free_oi_wavelength (oi_wavelength *pWave) |
Free dynamically-allocated storage within oi_wavelength struct. | |
void | free_oi_vis (oi_vis *pVis) |
Free dynamically-allocated storage within oi_vis struct. | |
void | free_oi_vis2 (oi_vis2 *pVis2) |
Free dynamically-allocated storage within oi_vis struct. | |
void | free_oi_t3 (oi_t3 *pT3) |
Free dynamically-allocated storage within oi_vis struct. |
Copyright (C) 2007 John Young
This file is part of OIFITSlib.
OIFITSlib is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
OIFITSlib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with OIFITSlib. If not, see http://www.gnu.org/licenses/