#include <stdio.h>#include <stdlib.h>#include <math.h>#include "variables_global.h"#include "prototypes.h"Go to the source code of this file.
Functions | |
| int | pre_old_copy (int x, int y, int z) |
| int pre_old_copy | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Here the present pressure is copied into the pre_old
Definition at line 21 of file pre_old_copy.c.
References pre, pre_old, x, y, and z.
Referenced by main().
1.8.1.1