~jdpipe/ascend/trunk-old

« back to all changes in this revision

Viewing changes to ascend/packages/defaultall.h

  • Committer: jpye
  • Date: 2009-04-28 09:02:48 UTC
  • Revision ID: svn-v4:f15cd148-d149-4907-926e-73cf92b3ee03:trunk:2012
Migrate base/generic/packages to ascend/packages.
Move base/generic/test to test/base (awaiting further reorg).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*      ASCEND modelling environment
 
2
        Copyright (C) 1998 Carnegie Mellon University
 
3
        Copyright (C) 2006, 2007 Carnegie Mellon University
 
4
 
 
5
        This program is free software; you can redistribute it and/or modify
 
6
        it under the terms of the GNU General Public License as published by
 
7
        the Free Software Foundation; either version 2, or (at your option)
 
8
        any later version.
 
9
 
 
10
        This program is distributed in the hope that it will be useful,
 
11
        but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
        GNU General Public License for more details.
 
14
 
 
15
        You should have received a copy of the GNU General Public License
 
16
        along with this program; if not, write to the Free Software
 
17
        Foundation, Inc., 59 Temple Place - Suite 330,
 
18
        Boston, MA 02111-1307, USA.
 
19
*//**
 
20
        @file
 
21
        Variable default-value routines, for implementation of METHOD default_all.
 
22
*//*
 
23
        by John Pye, Feb 2007
 
24
*/
 
25
 
 
26
#ifndef ASC_DEFAULTALL_H
 
27
#define ASC_DEFAULTALL_H
 
28
 
 
29
#include <compiler/compiler.h>
 
30
#include <general/list.h>
 
31
#include <compiler/instance_enum.h>
 
32
 
 
33
int defaultself_visit_submodels(struct Instance *root, struct gl_list_t *arglist, void *userdata);
 
34
int defaultself_visit_childatoms(struct Instance *root, struct gl_list_t *arglist, void *userdata);
 
35
 
 
36
#endif /* ASC_DEFAULTALL_H */