Fized stoichiometry matrix initialization, added penames to reablib reactions, began work on LogicalReaction to sum the contributions of different fitting functions provided by reaclib
8 lines
225 B
Meson
8 lines
225 B
Meson
logging_p = subproject('liblogging')
|
|
liblogging = logging_p.get_variable('liblogging')
|
|
|
|
logging_dep = logging_p.get_variable('logging_dep')
|
|
quill_dep = logging_p.get_variable('quill_dep')
|
|
|
|
log_dep = [logging_dep, quill_dep]
|