LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
201 stars 36 forks source link

Matrix bugfix: include header with FC_FUNC macros #8

Closed goxberry closed 5 years ago

goxberry commented 5 years ago

As of this PR, master:Matrix.C uses the FC_FUNC macros without including CAROM_config.h, so these macros are sometimes undefined (depending on order of execution of commands). This commit includes this header in Matrix.C so that the FC_FUNC macros used for Fortran name-mangling are defined, fixing compile-time errors in some cases.

goxberry commented 5 years ago

Rebased on master after merging #12.

goxberry commented 5 years ago

Merging, because it's a one line change already discussed at our progress meeting on 2019-07-10, and this change does not conflict with #6.