[Commits] [svn:einsteintoolkit] NullDecomp/trunk/src/ (Rev. 4)
yosef at astro.rit.edu
yosef at astro.rit.edu
Thu Aug 25 07:47:46 CDT 2011
User: zlochower
Date: 2011/08/25 07:47 AM
Modified:
/trunk/src/
Startup.F90
Log:
Fixes for gnu compilers. Target needs to be before
array declaration.
File Changes:
Directory: /trunk/src/
======================
File [modified]: Startup.F90
Delta lines: +2 -1
===================================================================
--- trunk/src/Startup.F90 2011-08-25 12:37:55 UTC (rev 3)
+++ trunk/src/Startup.F90 2011-08-25 12:47:44 UTC (rev 4)
@@ -17,10 +17,11 @@
CCTK_INT :: l, m
CCTK_INT :: two = 2
+ TARGET:: area, kern
+
DECLARE_CCTK_FUNCTIONS
DECLARE_CCTK_ARGUMENTS
- TARGET:: area, kern
DECLARE_CCTK_PARAMETERS
More information about the Commits
mailing list