~reducedmodelling/fluidity/ROM_Non-intrusive-ann

« back to all changes in this revision

Viewing changes to femtools/Reference_count_interface_picker_type.F90

  • Committer: fangf at ac
  • Date: 2012-11-06 12:21:31 UTC
  • mto: This revision was merged to the branch mainline in revision 3989.
  • Revision ID: fangf@imperial.ac.uk-20121106122131-u2zvt7fxc1r3zeou
updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  interface addref
 
2
     module procedure addref_picker_type
 
3
  end interface
 
4
 
 
5
  interface incref
 
6
     module procedure incref_picker_type
 
7
  end interface
 
8
 
 
9
  interface decref
 
10
     module procedure decref_picker_type
 
11
  end interface  
 
12
 
 
13
  interface has_references
 
14
     module procedure has_references_picker_type
 
15
  end interface
 
16