Move headers to include/openmc directory and openmc.h -> openmc/capi.h

This commit is contained in:
Paul Romano 2018-08-20 14:40:32 -05:00
parent 1f760461a3
commit 9f0ea52d1a
83 changed files with 283 additions and 261 deletions

View file

@ -1,12 +1,12 @@
#include "reaction.h"
#include "openmc/reaction.h"
#include <string>
#include <utility> // for move
#include "hdf5_interface.h"
#include "endf.h"
#include "random_lcg.h"
#include "secondary_uncorrelated.h"
#include "openmc/hdf5_interface.h"
#include "openmc/endf.h"
#include "openmc/random_lcg.h"
#include "openmc/secondary_uncorrelated.h"
namespace openmc {