-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPCL
50 lines (47 loc) · 2.05 KB
/
PCL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
//*********************************************************************************************************************************
//
// PROJECT: Physics Class Library
// FILE: PCL
// SUBSYSTEM: Include Header
// LANGUAGE: C++
// TARGET OS: All
// LIBRARY DEPENDANCE: None.
// NAMESPACE: PCL
// AUTHOR: Gavin Blakeman.
// LICENSE: GPLv2
//
// Copyright 2011-2023 Gavin Blakeman.
// This file is part of the Physics Class Library (PCL)
//
// PCL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
// License as published by the Free Software Foundation, either version 2 of the License, or (at your option)
// any later version.
//
// PCL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with PCL. If not, see
// <http://www.gnu.org/licenses/>.
//
// OVERVIEW: Physics Class Library..
//
// CLASSES INCLUDED: None.
//
// NOTES: 1)
//
// HISTORY: 2015-09-22 GGB - astroManager 2015.09 release
// 2015-05-01 GGB - Release of WSd
// 2011-07-29 GGB - File Created
//
//*********************************************************************************************************************************
#ifndef PCL_H
#define PCL_H
#include "include/constants.h"
#include "include/distance.h"
#include "include/mass.h"
#include "include/error.h"
#include "include/pressure.h"
#include "include/temperature.h"
#include "include/velocity.h"
#endif // PCL_H