~fluidity-core/fluidity/refactor-netcdf

« back to all changes in this revision

Viewing changes to femtools/Fields_Allocates.F90

  • Committer: Jon Hill
  • Date: 2013-02-16 09:01:40 UTC
  • mfrom: (3981.7.159 fluidity)
  • Revision ID: jon.hill@imperial.ac.uk-20130216090140-bplzxqzdk1eik4za
Megre from trunk, fixing several conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
 
213
213
  subroutine allocate_scalar_field(field, mesh, name, field_type, py_func, py_positions)
214
214
    type(scalar_field), intent(out) :: field
215
 
    type(mesh_type), intent(inout), target :: mesh
 
215
    type(mesh_type), intent(in), target :: mesh
216
216
    character(len=*), intent(in),optional :: name
217
217
    integer, intent(in), optional :: field_type
218
218