Skip to content

Commit 3c585c2

Browse files
ChristopherHoganstevengj
authored andcommitted
Add ctl_printf_callback to ctlgeom.h (#40)
1 parent 82df91e commit 3c585c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/ctlgeom.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ GEOMETRIC_OBJECT object_of_point(vector3 p, vector3 *shiftby);
9494
vector3 shift_to_unit_cell(vector3 p);
9595
extern matrix3x3 square_basis(matrix3x3 lattice_basis, vector3 size);
9696
extern void ctl_printf(const char *fmt, ...);
97+
extern void (*ctl_printf_callback)(const char *s);
9798

9899
typedef struct {
99100
vector3 low, high;

0 commit comments

Comments
 (0)