[cig-commits] commit: Replace tabs with spaces.

Mercurial hg at geodynamics.org
Thu May 10 13:59:36 PDT 2012


changeset:   90:6ca928285d0c
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu May 10 07:02:18 2012 -0700
files:       src/getdata.f
description:
Replace tabs with spaces.


diff -r 867a01756af8 -r 6ca928285d0c src/getdata.f
--- a/src/getdata.f	Thu May 10 07:01:39 2012 -0700
+++ b/src/getdata.f	Thu May 10 07:02:18 2012 -0700
@@ -1,30 +1,30 @@
-	subroutine getdata(unit,line)
-	implicit none
+        subroutine getdata(unit,line)
+        implicit none
 c
-c	First implemented in Potsdam, Feb, 1999
-c	Last modified: Potsdam, Nov, 2001, by R. Wang
+c       First implemented in Potsdam, Feb, 1999
+c       Last modified: Potsdam, Nov, 2001, by R. Wang
 c
-	integer unit
-	character line*256,char*1
+        integer unit
+        character line*256,char*1
 c
-	integer i
+        integer i
 c
-c	this subroutine reads over all comment lines starting with "#".
+c       this subroutine reads over all comment lines starting with "#".
 c
-	char='#'
-100	continue
-	if(char.eq.'#')then
-	  read(unit,'(a)')line
-	  i=1
-	  char=line(1:1)
-200	  continue
-	  if(char.eq.' ')then
-	    i=i+1
-	    char=line(i:i)
-	    goto 200
-	  endif
-	  goto 100
-	endif
+        char='#'
+100     continue
+        if(char.eq.'#')then
+          read(unit,'(a)')line
+          i=1
+          char=line(1:1)
+200       continue
+          if(char.eq.' ')then
+            i=i+1
+            char=line(i:i)
+            goto 200
+          endif
+          goto 100
+        endif
 c
-	return
-	end
+        return
+        end



More information about the CIG-COMMITS mailing list