diff --git a/src/inits/enzo_module.src90 b/src/inits/enzo_module.src90 index 5f93c6567..2c1b968c4 100644 --- a/src/inits/enzo_module.src90 +++ b/src/inits/enzo_module.src90 @@ -10,14 +10,14 @@ integer*8 :: ll #endif -#ifdef r4 +#ifdef CONFIG_BFLOAT_4 real*4 :: sp real*4 :: dp complex*8 :: cp complex*8 :: zp #endif -#ifdef r8 +#ifdef CONFIG_BFLOAT_8 real*8 :: sp real*8 :: dp complex*16 :: cp