~amcg-stokes/fluidity/multimaterial_diagnostic_dependencies

« back to all changes in this revision

Viewing changes to femtools/Fields_Allocates.F90

  • Committer: Cian Wilson
  • Date: 2012-12-10 20:21:07 UTC
  • mfrom: (4132.1.7 fluidity)
  • Revision ID: cwilson@ldeo.columbia.edu-20121210202107-5wppwqcba4bfd1r3
Merging in changes from lp:fluidity.

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