COMP: change fieldsFunctionObject library link order (fixes #1714)

- before (-lreactingPhaseSystem -ltwoPhaseReactingTurbulenceModels)
  after  (-ltwoPhaseReactingTurbulenceModels -lreactingPhaseSystem)
  to fix symbol resolution issue on clang.
This commit is contained in:
sergio
2020-05-27 13:10:20 -07:00
committed by Mark Olesen
parent 1d7d5b2d26
commit 8600d6ba1c

View File

@ -39,5 +39,5 @@ LIB_LIBS = \
-lchemistryModel \
-lreactionThermophysicalModels \
-lpairPatchAgglomeration \
-lreactingPhaseSystem \
-ltwoPhaseReactingTurbulenceModels
-ltwoPhaseReactingTurbulenceModels \
-lreactingPhaseSystem