~abenson/galacticus/v0.9.1

« back to all changes in this revision

Viewing changes to source/structure_formation.excursion_sets.barrier.F90

  • Committer: Andrew Benson
  • Date: 2012-10-20 17:46:37 UTC
  • Revision ID: abenson@obs.carnegiescience.edu-20121020174637-l62iceznt1pfxd4s
* Remove obsolete module use statements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
module Excursion_Sets_Barriers
21
21
  !% Implements calculations of barriers for excursion set calculations.
22
22
  use ISO_Varying_String
23
 
  use Tree_Nodes
24
23
  private
25
24
  public :: Excursion_Sets_Barrier, Excursion_Sets_Barrier_Gradient, Excursion_Sets_Barrier_Name
26
25