#include <windows.h>#include <stdlib.h>#include <stdio.h>#include <math.h>#include <string.h>#include "fm_fofem.h"#include "fof_co.h"#include "fof_co2.h"#include "fof_ci.h"#include "fof_cm.h"#include "fof_sh.h"
Include dependency graph for fm_fofem.c:

Macros | |
| #define | eC_fhT "soiltest.txt" /* Test output file */ |
| #define | eeC_EML 300 |
Functions | |
| void | TestParm (float fr_In[], float fr_Out[], char cr[]) |
| void | DumpFiles (d_CI *a_CI, d_SI *a_SI, d_SO *a_SO, char cr[]) |
| int | Put_Soil (d_SO *a_SO) |
| int | Put_CISI (d_CI *a_CI, d_SI *a_SI) |
| void | Test_In (float fr_In[]) |
| __declspec (dllexport) | |
Variables | |
| FILE * | fhT |
| char | gcr_EM [3000] |
Macro Definition Documentation
| #define eC_fhT "soiltest.txt" /* Test output file */ |
| #define eeC_EML 300 |
Function Documentation
| __declspec | ( | dllexport | ) |
Here is the call graph for this function:

Here is the call graph for this function:

Here is the caller graph for this function:

| int Put_Soil | ( | d_SO * | a_SO | ) |
Here is the caller graph for this function:

| void Test_In | ( | float | fr_In[] | ) |
Here is the caller graph for this function:

| void TestParm | ( | float | fr_In[], |
| float | fr_Out[], | ||
| char | cr[] | ||
| ) |
Here is the caller graph for this function:

Variable Documentation
| FILE* fhT |
| char gcr_EM[3000] |
