From d58914164adc5876a5911edec85e2ebd43288ec9 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 2 Feb 2020 21:52:05 +0100 Subject: Rename 'collide_and_stream' to 'collide' Streaming is only implicit depending on the selected propagation pattern. --- boltzgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boltzgen.py') diff --git a/boltzgen.py b/boltzgen.py index c2eb297..aebd1fb 100755 --- a/boltzgen.py +++ b/boltzgen.py @@ -53,7 +53,7 @@ functions = sum(args.functions, []) if len(functions) == 0: functions += ['default'] if 'default' in functions: - for f in ['collide_and_stream', 'equilibrilize', 'collect_moments', 'momenta_boundary']: + for f in ['collide', 'equilibrilize', 'collect_moments', 'momenta_boundary']: functions.insert(functions.index('default'), f) functions.remove('default') -- cgit v1.2.3