[MOAB-dev] r4921 - MOAB/trunk/src/io

Xiabing Xu xbxu at mcs.anl.gov
Thu Jun 2 09:18:02 CDT 2011


Are the sample data sets in the trunk? I did make check for parallel and serial and they all passed.

Xiabing

On Jun 2, 2011, at 9:11 AM, tautges at mcs.anl.gov wrote:

> Author: tautges
> Date: 2011-06-02 09:11:27 -0500 (Thu, 02 Jun 2011)
> New Revision: 4921
> 
> Modified:
>   MOAB/trunk/src/io/ReadNC.cpp
> Log:
> Commenting out call to create_tags; Xiabing, this was generating errors
> reading some of the sample data sets.
> 
> 
> 
> Modified: MOAB/trunk/src/io/ReadNC.cpp
> ===================================================================
> --- MOAB/trunk/src/io/ReadNC.cpp	2011-06-02 07:34:07 UTC (rev 4920)
> +++ MOAB/trunk/src/io/ReadNC.cpp	2011-06-02 14:11:27 UTC (rev 4921)
> @@ -171,8 +171,8 @@
> #endif
> 
>     // create nc conventional tags
> -  rval = create_tags(tstep_nums);
> -  ERRORR(rval, "Trouble creating nc conventional tags.");
> +//  rval = create_tags(tstep_nums);
> +//  ERRORR(rval, "Trouble creating nc conventional tags.");
> 
>   return MB_SUCCESS;
> }
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 



More information about the moab-dev mailing list