Shorten format notation

This commit is contained in:
2018-02-07 16:08:33 +01:00
parent 95a788c293
commit 857123cd29
+1 -1
View File
@@ -7,7 +7,7 @@
#include "../H5Format.hpp"
using namespace std;
using s_ptr = s_ptr;
using s_ptr = shared_ptr<h5_base>;
class NXmxFormat : public H5Format
{