Fixed yorick_nc3, and necdf4 building (C++4). Fixed borg reading routines

This commit is contained in:
Guilhem Lavaux 2015-02-06 14:04:51 +01:00
parent 48900328d4
commit beb651c79a
4 changed files with 21 additions and 18 deletions

View file

@ -37,7 +37,7 @@ knowledge of the CeCILL license and that you accept its terms.
#include "config.hpp"
#ifdef NETCDFCPP4
#include <netcdf>
using namespace netCDF
using namespace netCDF;
#else
#include <netcdfcpp.h>
#endif