OpenFAST
Wind turbine multiphysics simulator
FAST_preamble.h
1 static char *FAST_preamble[] = {
2 "!*********************************************************************************************************************************\n",
3 "! %s_Types\n",
4 "!.................................................................................................................................\n",
5 "! This file is part of %s.\n",
6 "!\n",
7 "! Copyright (C) 2012-2016 National Renewable Energy Laboratory\n",
8 "!\n",
9 "! Licensed under the Apache License, Version 2.0 (the \"License\");\n",
10 "! you may not use this file except in compliance with the License.\n",
11 "! You may obtain a copy of the License at\n",
12 "!\n",
13 "! http://www.apache.org/licenses/LICENSE-2.0\n",
14 "!\n",
15 "! Unless required by applicable law or agreed to in writing, software\n",
16 "! distributed under the License is distributed on an \"AS IS\" BASIS,\n",
17 "! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
18 "! See the License for the specific language governing permissions and\n",
19 "! limitations under the License.\n",
20 "!\n",
21 "!\n",
22 "! W A R N I N G : This file was automatically generated from the FAST registry. Changes made to this file may be lost.\n",
23 "!\n",
24 "!*********************************************************************************************************************************\n",
25 "!> This module contains the user-defined types needed in %s. It also contains copy, destroy, pack, and\n",
26 "!! unpack routines associated with each defined data type. This code is automatically generated by the FAST Registry.\n",
27 "MODULE %s_Types\n",
28 "!---------------------------------------------------------------------------------------------------------------------------------\n",
29 // We may be generating the types for the library, so defer writing this: "USE NWTC_Library\n",
30 // We may want to tack some more USE statements on so defer writing this: "IMPLICIT NONE\n",
31 0L} ;
32 
33 
34 
35 
36 
37 
38 
39 
40 
41 
42 
43 
44 
45