SimVascular / svFSIplus

This repository contains a line-by-line conversion of the Fortran svFSI solver to C++.
Other
6 stars 20 forks source link

Add git ignore file and remove METISLib/temp directory. #180

Closed ktbolt closed 4 months ago

ktbolt commented 4 months ago

When building svFSIplus/Code/ThirdParty/metis_svfsi a temp directory is created containing some include files.

I've added a .gitignore file and removed the temp directory from the repository so when building this directory does not show up as being changed in git.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (372851e) 57.50% compared to head (d95fe96) 57.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #180 +/- ## ======================================= Coverage 57.50% 57.50% ======================================= Files 103 103 Lines 26962 26962 ======================================= Hits 15504 15504 Misses 11458 11458 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mrp089 commented 4 months ago

Thanks!