DOCI-Exact  1.0
Molecule.cpp File Reference
#include <iostream>
#include <assert.h>
#include <hdf5.h>
#include "Molecule.h"
#include "Permutation.h"
+ Include dependency graph for Molecule.cpp:

Go to the source code of this file.

Macros

#define HDF5_STATUS_CHECK(status)   if(status < 0) std::cerr << __FILE__ << ":" << __LINE__ << ": Problem with writing to file. Status code=" << status << std::endl;
 

Macro Definition Documentation

#define HDF5_STATUS_CHECK (   status)    if(status < 0) std::cerr << __FILE__ << ":" << __LINE__ << ": Problem with writing to file. Status code=" << status << std::endl;

Definition at line 11 of file Molecule.cpp.