-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeltatron.h
25 lines (20 loc) · 1.11 KB
/
deltatron.h
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
#ifndef DELTATRON_H
#define DELTATRON_H
#ifdef DELTATRON_MODULE
/* stuff visable only to the deltatron module */
char deltatron_h_sccs_id[] = "@(#)deltatron.h 1.243 12/4/00";
#endif
/* #defines visable to any module including this header file*/
void
delta_deltatron (int *new_indices, /* IN */
Classes * landuse_classes, /* IN */
Classes * class_indices, /* IN */
GRID_P workspace1, /* MOD */
GRID_P deltatron, /* IN/OUT */
GRID_P urban_land, /* IN */
GRID_P land_out, /* OUT */
GRID_P slp, /* IN */
int drive, /* IN */
CLASS_SLP_TYPE* class_slope, /* IN */
FTRANS_TYPE* ftransition); /* IN */
#endif