diff options
author | Thomas White <taw@physics.org> | 2020-06-08 14:15:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | dff86d3c650e0b117a10be9d2c2c6f788b97629e (patch) | |
tree | 526b926afa69e65f381797ecdc878c765c5206de /src/whirligig.c | |
parent | e0d5963e9da96789599f344a5b16fa484ff3c3ec (diff) |
Remove references to old headers
Diffstat (limited to 'src/whirligig.c')
-rw-r--r-- | src/whirligig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/whirligig.c b/src/whirligig.c index 843403ec..9a8dd07f 100644 --- a/src/whirligig.c +++ b/src/whirligig.c @@ -718,7 +718,6 @@ int main(int argc, char *argv[]) cur.div = NAN; cur.bw = NAN; - cur.det = NULL; if ( read_chunk(st, &cur, NULL, STREAM_READ_REFLECTIONS | STREAM_READ_UNITCELL) != 0 ) { |