diff --git a/ffcx/codegeneration/flop_count.py b/ffcx/codegeneration/flop_count.py index dc2a1402e..656fb7428 100644 --- a/ffcx/codegeneration/flop_count.py +++ b/ffcx/codegeneration/flop_count.py @@ -9,7 +9,7 @@ import ufl from ffcx.analysis import analyze_ufl_objects from ffcx.codegeneration.backend import FFCXBackend -from ffcx.codegeneration.integrals import IntegralGenerator +from ffcx.codegeneration.integral_generator import IntegralGenerator from ffcx.ir.representation import compute_ir