summaryrefslogtreecommitdiffstats
path: root/src/check_h5_error.c (plain)
blob: 30fc87c48f82923763f852a611e0b17c53204fde
1
2
3
4
5
6
7
8
9
10
11
12
#include "check_h5_error.h"
#include <error.h>
#include <stdlib.h>

void
check_h5_error (herr_t status, const char* filename, unsigned int linenum)
{
  error_at_line (EXIT_FAILURE, 0, filename, linenum,
		 "An error has been reported by the HDF5 API.");

  return;
}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.