enlarge your export
This commit is contained in:
		
							parent
							
								
									414572133d
								
							
						
					
					
						commit
						8ed64ac8ff
					
				@ -15,7 +15,7 @@ program genbloubs
 | 
				
			|||||||
  endif
 | 
					  endif
 | 
				
			||||||
  call getarg(1, filename)
 | 
					  call getarg(1, filename)
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  write (0, '(A, A)') "*** exporting from ", trim(filename)
 | 
					  write (0, '(A, A)') "### exporting from ", trim(filename)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  open(unit=idu, file=trim(filename), form='unformatted',     &
 | 
					  open(unit=idu, file=trim(filename), form='unformatted',     &
 | 
				
			||||||
                 iostat=errcode,                              &
 | 
					                 iostat=errcode,                              &
 | 
				
			||||||
@ -32,8 +32,11 @@ program genbloubs
 | 
				
			|||||||
    if (0 .ne. errcode) then
 | 
					    if (0 .ne. errcode) then
 | 
				
			||||||
      exit
 | 
					      exit
 | 
				
			||||||
    endif
 | 
					    endif
 | 
				
			||||||
    print *, bloub%px, bloub%py, bloub%pz, bloub%radius, bloub%age
 | 
					    if (bloub%alive) then
 | 
				
			||||||
 | 
					      print *, bloub%px, bloub%py, bloub%pz, bloub%radius,     &
 | 
				
			||||||
 | 
					               bloub%age, bloub%state
 | 
				
			||||||
      compte = compte + 1
 | 
					      compte = compte + 1
 | 
				
			||||||
 | 
					    endif
 | 
				
			||||||
  enddo
 | 
					  enddo
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  write(0, '(1X, I8, A)') compte, " bloubs exported"
 | 
					  write(0, '(1X, I8, A)') compte, " bloubs exported"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user