summaryrefslogtreecommitdiffstats
path: root/src/error/check_h5_error.c (plain)
blob: d90b21f8250dcd3052374a811095861b43b0743d
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.