Changes between Version 12 and Version 13 of ModulesOnAstroBear
- Timestamp:
- 07/12/11 19:24:06 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModulesOnAstroBear
v12 v13 55 55 56 56 {{{ 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 ! 59 USE DataDeclarations 60 USE GlobalDeclarations 61 USE PhysicsDeclarations 62 IMPLICIT NONE 58 63 }}} 59 64