SimVascular / svOneDSolver

A C++ solver for blood flow and pressure in deformable 1D hemodynamic networks
Other
16 stars 19 forks source link

"Fail Gracefully" when providing incorrect input file #19

Closed caseyfleeter closed 4 years ago

caseyfleeter commented 6 years ago

We need to add code which provides an error message and exits the code (without a seg fault) when the user provides an invalid input file.

caseyfleeter commented 4 years ago

Included within #58