~ubuntu-branches/debian/stretch/openbabel/stretch

« back to all changes in this revision

Viewing changes to src/formats/inchi/ichicans.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-07-22 23:54:58 UTC
  • mfrom: (3.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080722235458-3o606czluviz4akx
Tags: 2.2.0-2
* Upload to unstable.
* debian/control: Updated descriptions.
* debian/patches/gauss_cube_format.patch: New patch, makes the 
  gaussian cube format available again.
* debian/rules (DEB_DH_MAKESHLIBS_ARGS_libopenbabel3): Removed.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Likewise.
* debian/libopenbabel3.install: Adjust formats directory to single 
  version hierarchy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * International Union of Pure and Applied Chemistry (IUPAC)
3
2
 * International Chemical Identifier (InChI)
4
3
 * Version 1
5
 
 * Software version 1.01
6
 
 * May 16, 2006
 
4
 * Software version 1.02-beta
 
5
 * August 23, 2007
7
6
 * Developed at NIST
 
7
 *
 
8
 * The InChI library and programs are free software developed under the
 
9
 * auspices of the International Union of Pure and Applied Chemistry (IUPAC);
 
10
 * you can redistribute this software and/or modify it under the terms of 
 
11
 * the GNU Lesser General Public License as published by the Free Software 
 
12
 * Foundation:
 
13
 * http://www.opensource.org/licenses/lgpl-license.php
8
14
 */
9
15
 
 
16
 
10
17
#include <stdio.h>
11
18
#include <stdlib.h>
12
19
#include <string.h>
13
20
 
 
21
 
14
22
#include "mode.h"
15
23
 
16
 
#include "comdef.h"
 
24
#include "incomdef.h"
17
25
#include "extr_ct.h"
18
26
#include "ichitaut.h"
19
27
#include "ichicant.h"