~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to src/er_paramutils.c

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2012-05-11 12:00:00 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120511120000-4uz6r3lrod1dkly5
Tags: 3.9.6-1
* New upstream version
* Add Multi-Arch default plugin directory
* Set DM-Upload-Allowed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: er_paramutils.c,v 1.39 2010/04/27 17:11:48 cgarcia Exp $
 
1
/* $Id: er_paramutils.c,v 1.41 2011/04/06 09:35:34 kbanse Exp $
2
2
 *
3
3
 *   This file is part of the ESO Common Pipeline Library
4
4
 *   Copyright (C) 2001-2004 European Southern Observatory
19
19
 */
20
20
 
21
21
/*
22
 
 * $Author: cgarcia $
23
 
 * $Date: 2010/04/27 17:11:48 $
24
 
 * $Revision: 1.39 $
25
 
 * $Name: esorex-3_9_0 $
 
22
 * $Author: kbanse $
 
23
 * $Date: 2011/04/06 09:35:34 $
 
24
 * $Revision: 1.41 $
 
25
 * $Name: esorex-3_9_6 $
26
26
 */
27
27
 
28
28
#ifdef HAVE_CONFIG_H
235
235
 * This function manages a buffer of sources of all used parameters 
236
236
 * in Esorex + all called recipes.
237
237
 * Max MAX_SRC can be handled, i.e. for at most MAX_SRC different params.
238
 
 * Esorex has already 23 parameters...
 
238
 * Esorex has already 25 parameters...
239
239
 * Max length of parameter name is PAR_LEN chars.
240
240
 */
241
241
/**********************************************************************/