SimVascular / svFSIplus

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

Remove _cpp from outputs #199

Closed mrp089 closed 3 months ago

mrp089 commented 3 months ago

Problem

As a sign that we're moving on with svFSIplus, I'd like to remove the automatic appendix _cpp from all output files.

Solution

Run

find . -type f -exec sed -i '' 's/_cpp//g' {} +

in Code/Source/svFSI

Additional context

@ktbolt, any objections?

Code of Conduct

ktbolt commented 3 months ago

@mrp089 No objections, I should have done that before making the repository public.