aboutsummaryrefslogtreecommitdiff
path: root/src/cell_explorer.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-05-28 14:34:10 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commitc5424abc8fccfa6b205db45f0ae2d64a362f01f5 (patch)
tree98b6a331c27481b8648faa62733f26a50919897e /src/cell_explorer.c
parentab352f28b1c9d2691e4f39730b0ad5adf056426b (diff)
Convert stream to DataTemplate
Diffstat (limited to 'src/cell_explorer.c')
-rw-r--r--src/cell_explorer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cell_explorer.c b/src/cell_explorer.c
index 4ae406ce..5648ac3c 100644
--- a/src/cell_explorer.c
+++ b/src/cell_explorer.c
@@ -2001,7 +2001,7 @@ int main(int argc, char *argv[])
cur.det = NULL;
- if ( read_chunk_2(st, &cur, STREAM_READ_UNITCELL) != 0 ) {
+ if ( read_chunk(st, &cur, NULL, STREAM_READ_UNITCELL) != 0 ) {
break;
}