aboutsummaryrefslogtreecommitdiff
path: root/src/cell_explorer.c
diff options
context:
space:
mode:
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;
}