We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82df91e commit 3c585c2Copy full SHA for 3c585c2
1 file changed
utils/ctlgeom.h
@@ -94,6 +94,7 @@ GEOMETRIC_OBJECT object_of_point(vector3 p, vector3 *shiftby);
94
vector3 shift_to_unit_cell(vector3 p);
95
extern matrix3x3 square_basis(matrix3x3 lattice_basis, vector3 size);
96
extern void ctl_printf(const char *fmt, ...);
97
+extern void (*ctl_printf_callback)(const char *s);
98
99
typedef struct {
100
vector3 low, high;
0 commit comments