Update to version 3.2
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#ifndef GEMPA_CAPS_UTILS_H
|
||||
#define GEMPA_CAPS_UTILS_H
|
||||
|
||||
|
||||
#include <gempa/caps/packet.h>
|
||||
|
||||
#include <cerrno>
|
||||
@@ -32,6 +33,7 @@
|
||||
namespace Gempa {
|
||||
namespace CAPS {
|
||||
|
||||
|
||||
class arraybuf : public std::streambuf {
|
||||
public:
|
||||
typedef std::streambuf::pos_type pos_type;
|
||||
@@ -371,7 +373,9 @@ inline uint8_t dataTypeSize(DataType dt) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user