Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.c b/src/init.c
index ca693f9..12646ea 100644
--- a/src/init.c
+++ b/src/init.c
@@ -88,6 +88,6 @@ int init_file (
int K2,
FILE* initfile
){
- read_u(u0, K1, K2, initfile);
+ read_u_bin(u0, K1, K2, initfile);
return 0;
}