ComputationalRadiationPhysics / libSplash

libSplash - Simple Parallel file output Library for Accumulating Simulation data using Hdf5
GNU Lesser General Public License v3.0
15 stars 15 forks source link

Add Recognition for new DCDataTypes #174

Closed ax3l closed 8 years ago

ax3l commented 9 years ago

We need to add enums and the general recognition in Splash for the new data types:

f-schmitt commented 9 years ago

Yes, they are most likely only used in the tool. Looks good in general, chars and bools should be easy. I am not as sure about the array types etc.

ax3l commented 9 years ago

The array and compound types are new types, if we need them one could add them, too (I added a collection of the necessary commands in a draft, but especially compounds are cumbersome...)

ax3l commented 8 years ago

Closed with #203