EFTCAMB
Reference documentation for version 3.0
Main Page
Modules
Data Types List
Files
File List
eftcamb
06p2_abstract_EFTCAMB_designer.f90
Go to the documentation of this file.
1
!----------------------------------------------------------------------------------------
2
!
3
! This file is part of EFTCAMB.
4
!
5
! Copyright (C) 2013-2016 by the EFTCAMB authors
6
!
7
! The EFTCAMB code is free software;
8
! You can use it, redistribute it, and/or modify it under the terms
9
! of the GNU General Public License as published by the Free Software Foundation;
10
! either version 3 of the License, or (at your option) any later version.
11
! The full text of the license can be found in the file eftcamb/LICENSE at
12
! the top level of the EFTCAMB distribution.
13
!
14
!----------------------------------------------------------------------------------------
15
21
22
23
!----------------------------------------------------------------------------------------
28
30
31
module
eftcamb_abstract_model_designer
32
33
use
precision
34
use
inifile
35
use
eftcamb_abstract_model
36
37
implicit none
38
39
private
40
41
public
eftcamb_designer_model
42
43
!----------------------------------------------------------------------------------------
45
type
,
extends
( eftcamb_model ), abstract :: eftcamb_designer_model
46
47
end type
eftcamb_designer_model
48
49
contains
50
51
end module
eftcamb_abstract_model_designer
52
53
!----------------------------------------------------------------------------------------
eftcamb_abstract_model
This module contains the abstract definition of all the places where EFTCAMB interacts with CAMB...
Definition:
06_abstract_EFTCAMB_model.f90:29
eftcamb_abstract_model_designer
This module contains the abstract definition of all the places where EFTCAMB interacts with CAMB in c...
Definition:
06p2_abstract_EFTCAMB_designer.f90:31
Generated on Thu Jan 19 2017 12:48:10 for EFTCAMB by
1.8.11