-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBinary_IO.cc
28 lines (22 loc) · 1.1 KB
/
Binary_IO.cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* Binary_IO
PIRL CVS ID: $Id: Binary_IO.cc,v 1.2 2005/01/22 01:37:06 castalia Exp $
Copyright (C) 2003, 2004, 2005 Arizona Board of Regents
on behalf of the Planetary Image Research Laboratory,
Lunar and Planetary Laboratory at the University of Arizona.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License, version 2.1,
as published by the Free Software Foundation.
This library 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 this library; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
#include "Binary_IO.hh"
/*==============================================================================
Constants:
*/
const char*
PIRL::Binary_IO::ID = "PIRL::Binary_IO ($Revision: 1.2 $ $Date: 2005/01/22 01:37:06 $)";