blob: 1fb730b1f6517c021fd6bd9c2f34fd48be15c7dc [file] [log] [blame]
c---------------------------------------------------------------------
c---------------------------------------------------------------------
subroutine setup_btio
c---------------------------------------------------------------------
c---------------------------------------------------------------------
return
end
c---------------------------------------------------------------------
c---------------------------------------------------------------------
subroutine output_timestep
c---------------------------------------------------------------------
c---------------------------------------------------------------------
return
end
c---------------------------------------------------------------------
c---------------------------------------------------------------------
subroutine btio_cleanup
c---------------------------------------------------------------------
c---------------------------------------------------------------------
return
end
c---------------------------------------------------------------------
c---------------------------------------------------------------------
subroutine btio_verify(verified)
c---------------------------------------------------------------------
c---------------------------------------------------------------------
logical verified
verified = .true.
return
end
c---------------------------------------------------------------------
c---------------------------------------------------------------------
subroutine accumulate_norms(xce_acc)
c---------------------------------------------------------------------
c---------------------------------------------------------------------
double precision xce_acc(5)
return
end
c---------------------------------------------------------------------
c---------------------------------------------------------------------
subroutine checksum_timestep
c---------------------------------------------------------------------
c---------------------------------------------------------------------
return
end