aboutsummaryrefslogtreecommitdiff
path: root/src/partialator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/partialator.c')
-rw-r--r--src/partialator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/partialator.c b/src/partialator.c
index e5083611..0d532997 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -350,6 +350,8 @@ int main(int argc, char *argv[])
pmodel = PMODEL_GAUSSIAN;
} else if ( strcmp(pmodel_str, "thin") == 0 ) {
pmodel = PMODEL_THIN;
+ } else if ( strcmp(pmodel_str, "scsphere") == 0 ) {
+ pmodel = PMODEL_SCSPHERE;
} else {
ERROR("Unknown partiality model '%s'.\n", pmodel_str);
return 1;