diff options
-rw-r--r-- | ccwl/ccwl.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index b106c6d..a398947 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -795,7 +795,6 @@ commands." (cond ((null? (step-scattered-inputs step-with-output)) type) - (step-scatter-method step-with-output) ;; For dot products and flat cross products, create a ;; singly nested array type. ((memq (step-scatter-method step-with-output) |