Update to version 3.2
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#ifndef GEMPA_CAPS_ENDIANESS_H
|
||||
#define GEMPA_CAPS_ENDIANESS_H
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <stdint.h>
|
||||
#include <streambuf>
|
||||
@@ -25,6 +26,7 @@ namespace Gempa {
|
||||
namespace CAPS {
|
||||
namespace Endianess {
|
||||
|
||||
|
||||
template <typename T1, typename T2> inline const T1* lvalue(const T2 &value) {
|
||||
return reinterpret_cast<const T1*>(&value);
|
||||
}
|
||||
@@ -203,8 +205,10 @@ struct Writer {
|
||||
bool good;
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user