1 /*                                                                            */
2 /* CDDL HEADER START                                                          */
3 /*                                                                            */
4 /* The contents of this file are subject to the terms of the Common           */
5 /* Development and Distribution License Version 1.0 (the "License").          */
6 /*                                                                            */
7 /* You can obtain a copy of the license at                                    */
8 /* http://www.opensource.org/licenses/CDDL-1.0.  See the License for the      */
9 /* specific language governing permissions and limitations under the License. */
10 /*                                                                            */
11 /* When distributing Covered Code, include this CDDL HEADER in each file and  */
12 /* include the License file in a prominent location with the name             */
13 /* LICENSE.CDDL.                                                              */
14 /* If applicable, add the following below this CDDL HEADER, with the fields   */
15 /* enclosed by brackets "[]" replaced with your own identifying information:  */
16 /*                                                                            */
17 /* Portions Copyright (c) [yyyy] [name of copyright owner].                   */
18 /* All rights reserved.                                                       */
19 /*                                                                            */
20 /* CDDL HEADER END                                                            */
21 /*                                                                            */
22 
23 /*                                                                            */
24 /* Copyright (c) 2016--2020, Regents of the University of Minnesota.          */
25 /* All rights reserved.                                                       */
26 /*                                                                            */
27 /* Contributors:                                                              */
28 /*    Ryan S. Elliott                                                         */
29 /*                                                                            */
30 
31 /*                                                                            */
32 /* Release: This file is part of the kim-api-2.2.1 package.                   */
33 /*                                                                            */
34 
35 
36 #ifndef KIM_MODEL_DRIVER_HEADERS_H_
37 #define KIM_MODEL_DRIVER_HEADERS_H_
38 
39 /* IWYU pragma: begin_exports */
40 #ifndef KIM_MODEL_DRIVER_CREATE_H_
41 #include "KIM_ModelDriverCreate.h"
42 #endif
43 
44 #ifndef KIM_LOG_VERBOSITY_H_
45 #include "KIM_LogVerbosity.h"
46 #endif
47 
48 #ifndef KIM_LANGUAGE_NAME_H_
49 #include "KIM_LanguageName.h"
50 #endif
51 
52 #ifndef KIM_NUMBERING_H_
53 #include "KIM_Numbering.h"
54 #endif
55 
56 #ifndef KIM_MODEL_ROUTINE_NAME_H_
57 #include "KIM_ModelRoutineName.h"
58 #endif
59 
60 #ifndef KIM_SPECIES_NAME_H_
61 #include "KIM_SpeciesName.h"
62 #endif
63 
64 #ifndef KIM_SUPPORT_STATUS_H_
65 #include "KIM_SupportStatus.h"
66 #endif
67 
68 #ifndef KIM_UNIT_SYSTEM_H_
69 #include "KIM_UnitSystem.h"
70 #endif
71 
72 
73 #ifndef KIM_MODEL_COMPUTE_ARGUMENTS_CREATE_H_
74 #include "KIM_ModelComputeArgumentsCreate.h"
75 #endif
76 
77 #ifndef KIM_COMPUTE_ARGUMENT_NAME_H_
78 #include "KIM_ComputeArgumentName.h"
79 #endif
80 
81 #ifndef KIM_DATA_TYPE_H_
82 #include "KIM_DataType.h"
83 #endif
84 
85 #ifndef KIM_COMPUTE_CALLBACK_NAME_H_
86 #include "KIM_ComputeCallbackName.h"
87 #endif
88 
89 
90 #ifndef KIM_MODEL_COMPUTE_ARGUMENTS_H_
91 #include "KIM_ModelComputeArguments.h"
92 #endif
93 
94 
95 #ifndef KIM_MODEL_COMPUTE_ARGUMENTS_DESTROY_H_
96 #include "KIM_ModelComputeArgumentsDestroy.h"
97 #endif
98 
99 
100 #ifndef KIM_MODEL_COMPUTE_H_
101 #include "KIM_ModelCompute.h"
102 #endif
103 
104 
105 #ifndef KIM_MODEL_EXTENSION_H_
106 #include "KIM_ModelExtension.h"
107 #endif
108 
109 
110 #ifndef KIM_MODEL_REFRESH_H_
111 #include "KIM_ModelRefresh.h"
112 #endif
113 
114 
115 #ifndef KIM_MODEL_WRITE_PARAMETERIZED_MODEL_H_
116 #include "KIM_ModelWriteParameterizedModel.h"
117 #endif
118 
119 
120 #ifndef KIM_MODEL_DESTROY_H_
121 #include "KIM_ModelDestroy.h"
122 #endif
123 /* IWYU pragma: end_exports */
124 
125 #endif /* KIM_MODEL_DRIVER_HEADERS_H_ */
126