~fluidity-core/fluidity/sediment

« back to all changes in this revision

Viewing changes to femtools/Fields_Allocates.F90

  • Committer: Sam Parkinson
  • Date: 2013-04-16 11:38:41 UTC
  • mfrom: (3405.125.271 fluidity-trunk)
  • Revision ID: s.parkinson11@imperial.ac.uk-20130416113841-bpd640tx0hpb4wyk
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1072
1072
       case(FAMILY_SIMPLEX)          
1073
1073
          n_faces = mesh%shape%dim + 1
1074
1074
       case(FAMILY_CUBE)
1075
 
          n_faces = 2**mesh%shape%dim
 
1075
          n_faces = 2*mesh%shape%dim
1076
1076
       case default
1077
1077
          FLExit('Element family not supported for trace elements')
1078
1078
       end select