diff --git a/Code/Source/svFSI/read_files.h b/Code/Source/svFSI/read_files.h index 23c45b86..d7f56c34 100644 --- a/Code/Source/svFSI/read_files.h +++ b/Code/Source/svFSI/read_files.h @@ -47,7 +47,7 @@ namespace read_files_ns { using EquationNdop = std::array; using EquationOutputs = std::array; using EquationPhys = std::vector; - using EquationProps = std::array, 10>; + using EquationProps = std::array, consts::maxNProp>; void face_match(ComMod& com_mod, faceType& lFa, faceType& gFa, Vector& ptr);