From 0ca72420b1cfb4abc136b8b56a2e1ae6101d84d5 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Tue, 30 Aug 2016 11:56:57 -0600 Subject: [PATCH] disabled source output for Ex7 --- etc/examples/7-deaggregation/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/examples/7-deaggregation/config.json b/etc/examples/7-deaggregation/config.json index 02ae2a887..87347bfc4 100644 --- a/etc/examples/7-deaggregation/config.json +++ b/etc/examples/7-deaggregation/config.json @@ -1,6 +1,6 @@ { "output": { - "curveTypes": ["TOTAL", "GMM", "SOURCE"], + "curveTypes": ["TOTAL", "GMM"], "flushLimit": 1 } } -- GitLab