Changes between Version 12 and Version 13 of ModulesOnAstroBear


Ignore:
Timestamp:
07/12/11 19:24:06 (14 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModulesOnAstroBear

    v12 v13  
    5555
    5656{{{
    57 Place sample module here
     57! DataDeclarations makes the InfoDef type available, GlobalDeclarations is required for grid information, and PhysicsDeclarations is useful for some physical quantities like gamma.
     58!
     59USE DataDeclarations
     60USE GlobalDeclarations
     61USE PhysicsDeclarations
     62IMPLICIT NONE
    5863}}}
    5964