WSL/SLF GitLab Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
meteoio
Commits
810ce347
Commit
810ce347
authored
May 16, 2014
by
Mathias Bavay
Browse files
Cleaning up some includes, extra documentation for NetCDF
parent
af549e40
Changes
9
Hide whitespace changes
Inline
Side-by-side
meteoio/Coords.cc
View file @
810ce347
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
*/
*/
#include
<cmath>
#include
<cmath>
#include
<cstdio>
#include
<cstdio>
#include
<iomanip>
#include
<meteoio/Coords.h>
#include
<meteoio/Coords.h>
#include
<meteoio/MathOptim.h>
#include
<meteoio/MathOptim.h>
...
...
meteoio/Date.cc
View file @
810ce347
...
@@ -15,8 +15,12 @@
...
@@ -15,8 +15,12 @@
You should have received a copy of the GNU Lesser General Public License
You should have received a copy of the GNU Lesser General Public License
along with MeteoIO. If not, see <http://www.gnu.org/licenses/>.
along with MeteoIO. If not, see <http://www.gnu.org/licenses/>.
*/
*/
#include
<cmath>
#include
<cmath>
#include
<cstdio>
#include
<cstdio>
#include
<iomanip>
#include
<iostream>
#include
<ctime>
#include
<meteoio/Date.h>
#include
<meteoio/Date.h>
#include
<meteoio/IOUtils.h>
#include
<meteoio/IOUtils.h>
...
...
meteoio/Date.h
View file @
810ce347
...
@@ -22,10 +22,6 @@
...
@@ -22,10 +22,6 @@
#include
<string>
#include
<string>
#include
<sstream>
#include
<sstream>
#include
<utility>
#include
<iomanip>
#include
<iostream>
#include
<ctime>
//#define NEGATIVE_JULIAN
//#define NEGATIVE_JULIAN
namespace
mio
{
namespace
mio
{
...
...
meteoio/Graphics.cc
View file @
810ce347
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
#include
"Graphics.h"
#include
"Graphics.h"
#include
<cmath>
#include
<cmath>
#include
<iomanip>
using
namespace
std
;
using
namespace
std
;
...
...
meteoio/IOUtils.h
View file @
810ce347
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
#ifndef __IOUTILS_H__
#ifndef __IOUTILS_H__
#define __IOUTILS_H__
#define __IOUTILS_H__
#include
<iostream>
#include
<string>
#include
<string>
#include
<map>
#include
<map>
#include
<vector>
#include
<vector>
...
...
meteoio/Matrix.cc
View file @
810ce347
...
@@ -19,6 +19,8 @@
...
@@ -19,6 +19,8 @@
#include
<meteoio/Matrix.h>
#include
<meteoio/Matrix.h>
#include
<time.h>
//needed for random()
#include
<time.h>
//needed for random()
#include
<cmath>
//needed for fabs()
#include
<cmath>
//needed for fabs()
#include
<iostream>
#include
<iomanip>
namespace
mio
{
namespace
mio
{
...
...
meteoio/meteolaws/Suntrajectory.cc
View file @
810ce347
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
*/
*/
#include
<cmath>
#include
<cmath>
#include
<string>
#include
<string>
#include
<iomanip>
#include
<meteoio/meteolaws/Suntrajectory.h>
#include
<meteoio/meteolaws/Suntrajectory.h>
#include
<meteoio/meteolaws/Meteoconst.h>
//for math constants
#include
<meteoio/meteolaws/Meteoconst.h>
//for math constants
...
...
meteoio/meteostats/libinterpol1D.cc
View file @
810ce347
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#include
<meteoio/MathOptim.h>
#include
<meteoio/MathOptim.h>
#include
<algorithm>
#include
<algorithm>
#include
<cmath>
#include
<cmath>
#include
<iomanip>
using
namespace
std
;
using
namespace
std
;
...
...
meteoio/plugins/NetCDFIO.cc
View file @
810ce347
...
@@ -38,6 +38,8 @@ namespace mio {
...
@@ -38,6 +38,8 @@ namespace mio {
* for array-oriented data access and a library that provides an implementation of the interface. The
* for array-oriented data access and a library that provides an implementation of the interface. The
* <A HREF="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp">NetCDF software</A> was developed
* <A HREF="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp">NetCDF software</A> was developed
* at the <A HREF="http://www.unidata.ucar.edu/">Unidata Program Center</A> in Boulder, Colorado.
* at the <A HREF="http://www.unidata.ucar.edu/">Unidata Program Center</A> in Boulder, Colorado.
* In order to graphicaly explore the content and structure of NetCDF files, you can use the
* <A REF="http://www.epic.noaa.gov/java/ncBrowse/">ncBrowse></A> java software.
*
*
* The <A HREF="http://cfconventions.org/1.6.html">conventions</A> for climate and forecast (CF) metadata
* The <A HREF="http://cfconventions.org/1.6.html">conventions</A> for climate and forecast (CF) metadata
* are designed to promote the processing and sharing of netCDF files. The conventions define metadata
* are designed to promote the processing and sharing of netCDF files. The conventions define metadata
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment