aboutsummaryrefslogtreecommitdiff
path: root/src/qdrp.c
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-11-04 10:45:45 +0000
committerThomas White <taw27@cam.ac.uk>2008-11-04 10:45:45 +0000
commit7f9598627f9adc48cb0d822c4434b54a9b7edeb4 (patch)
tree448e4f34daf5a08a6b50fba6699427b07003ecc5 /src/qdrp.c
parentf045c2024eca9e51e4a7d8e876d71e7b48efb48a (diff)
Set formulation mode for QDRP series in a more sensible place
Diffstat (limited to 'src/qdrp.c')
-rw-r--r--src/qdrp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qdrp.c b/src/qdrp.c
index 608859a..cd24b12 100644
--- a/src/qdrp.c
+++ b/src/qdrp.c
@@ -109,6 +109,7 @@ static int qdrp_parseline(ControlContext *ctx, const char *line) {
}
ctx->started = 1;
+ ctx->fmode = FORMULATION_CLEN;
}