From b96d5fa2de5c950b7d04588cc1171abc445618e7 Mon Sep 17 00:00:00 2001 From: Myles Busig Date: Tue, 18 Feb 2025 05:13:35 -0800 Subject: [PATCH] Change generator::set_axiom to not require setting before preprocessing --- include/fractal.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/fractal.hpp b/include/fractal.hpp index ec3b0ce..ef9178d 100644 --- a/include/fractal.hpp +++ b/include/fractal.hpp @@ -237,9 +237,6 @@ public: * The "axiom" is used to generate the very first generation of leafs. * Only one subgroup from the weighted group is selected. * - * @pre preprocess() has not been called on this generator. - * - * @exception mtl::system_error If the generator has already been preprocessed. * @exception mtl::invalid If an invalid weighted group ID was suppied. */ void set_axiom(weighted_group_id_t wgroup);