#ifndef __GRIDPP_WCREATE__ #define __GRIDPP_WCREATE__ #include "usempi.h" #include "iwave_fopen.h" #include "except.hh" #include "std_cpp_includes.hh" using namespace RVL; using namespace std; // prec=0: float // prec!=0: double void wcreate_hfile(string hfile,int prec=0) { if (hfile.size()>120) { RVLException e; e<<"Error: create_hfile\n"; e<<"filename "<