fix(atomicSpecies.h-->-species.h): added species.h includes for spesific species where needed
This commit is contained in:
@@ -10,7 +10,8 @@ composition_headers = files(
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
probe_dep,
|
probe_dep,
|
||||||
quill_dep,
|
quill_dep,
|
||||||
species_weight_dep
|
species_weight_dep,
|
||||||
|
const_dep,
|
||||||
]
|
]
|
||||||
|
|
||||||
# Define the libcomposition library so it can be linked against by other parts of the build system
|
# Define the libcomposition library so it can be linked against by other parts of the build system
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "atomicSpecies.h"
|
#include "atomicSpecies.h"
|
||||||
|
#include "species.h"
|
||||||
#include "composition.h"
|
#include "composition.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user