Ecological Landscape Modeling: Models Pages

multi_run.h

Go to the documentation of this file.
00001 
00012 /* General notes on revisions to this source file. 
00013        Feb 2005 v2.4.0 initial development
00014         
00015 */
00016 
00017 #ifndef MULTI_RUN_H
00018 #define MULTI_RUN_H
00019 
00020 #include "globals.h"
00021 
00022 
00023 int numRuns(int SParmNum, int NumSRunsPerSet);
00024 int SensiParm_list(char* sparm_name);
00025 void alloc_mem_runs(int SParmNum);
00026 
00027 
00028 
00029 /* from generic_driver.h */
00030 extern ProgAttr *ProgExec;
00031 extern ProgAttr **RunList;
00032 
00033 /* from driver_utilities.h */
00034 extern char *ModelPath, *ProjName;
00035 
00036 #endif  /* MULTI_RUN_H */

Generated on Sat Jan 7 14:04:15 2012 for ELM source code by  doxygen 1.5.6