Skip to content

Commit

Permalink
removed fix for h5md - now build fails again if hdf5.h is not present
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Jun 23, 2015
1 parent 51f7c53 commit c8a3533
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tcl/h5mdfile_tcl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
#include <stdlib.h>
#include "parser.hpp"
#include "communication.hpp"
#include "hdf5.h"
#include <stdio.h>
#include <iostream>

#ifdef H5MD

#include "hdf5.h"

typedef char h5string[1000];
class H5mdfile
{
Expand Down

0 comments on commit c8a3533

Please sign in to comment.