aboutsummaryrefslogtreecommitdiff
path: root/src/partial_sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r--src/partial_sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c
index d5933afd..47d8766e 100644
--- a/src/partial_sim.c
+++ b/src/partial_sim.c
@@ -624,7 +624,7 @@ int main(int argc, char *argv[])
ERROR("You need to give a PDB file with the unit cell.\n");
return 1;
}
- cell = load_cell_from_pdb(cellfile);
+ cell = load_cell_from_file(cellfile);
if ( cell == NULL ) {
ERROR("Failed to get cell from '%s'\n", cellfile);
return 1;