Skip to content

Commit

Permalink
fix(IO): enable export of 8bit-valued attributes to Paraview
Browse files Browse the repository at this point in the history
  • Loading branch information
yo35 committed Jan 17, 2024
1 parent a9c6780 commit 1ead984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/geode/basic/attribute_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <geode/basic/bitsery_archive.h>
#include <geode/basic/common.h>
#include <geode/basic/types.h>

namespace geode
{
Expand Down Expand Up @@ -202,6 +203,7 @@ namespace geode
IMPLICIT_GENERIC_ATTRIBUTE_CONVERSION( unsigned int );
IMPLICIT_GENERIC_ATTRIBUTE_CONVERSION( float );
IMPLICIT_GENERIC_ATTRIBUTE_CONVERSION( double );
IMPLICIT_GENERIC_ATTRIBUTE_CONVERSION( geode::local_index_t );

#define IMPLICIT_ARRAY_GENERIC_ATTRIBUTE_CONVERSION( Type ) \
template < size_t size > \
Expand Down

0 comments on commit 1ead984

Please sign in to comment.