Skip to content

Commit

Permalink
Changed r4 to CONFIG_BFLOAT_4 and r8 to CONFIG_BFLOAT_8
Browse files Browse the repository at this point in the history
--HG--
branch : week-of-code
  • Loading branch information
matthewturk committed Jul 16, 2009
1 parent 689307e commit 23209ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inits/enzo_module.src90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23209ff

Please sign in to comment.