#ifndef SECOND_DERIVS_H #define SECOND_DERIVS_H struct second_derivs_struct { double xx, xy, xz, yy, yz, zz; }; #endif