cfd.cpp | cfd.cpp | |||
---|---|---|---|---|
#include <blitz/array.h> | #include <blitz/array.h> | |||
#include <blitz/tinyvec-et.h> | ||||
BZ_USING_NAMESPACE(blitz) | BZ_USING_NAMESPACE(blitz) | |||
/* | /* | |||
* The current implementation of stencil objects forces these variables | * The current implementation of stencil objects forces these variables | |||
* to be placed in global scope. Ugh. This restriction will be removed | * to be placed in global scope. Ugh. This restriction will be removed | |||
* eventually. | * eventually. | |||
*/ | */ | |||
double rho; // Density of fluid | double rho; // Density of fluid | |||
double recip_rho; // 1/rho | double recip_rho; // 1/rho | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |