Salome HOME
Renaming functions and files + minor corrections in runner_main to detect what to do
authorYoann Audouin <yoann.audouin@edf.fr>
Tue, 13 Sep 2022 14:46:00 +0000 (16:46 +0200)
committerYoann Audouin <yoann.audouin@edf.fr>
Wed, 28 Sep 2022 06:17:51 +0000 (08:17 +0200)
commitc59a01e4ceab8b21acee8b78e752c7a1b52f2efa
treea35704d5ae694853bb866bd61677b95c8b207768
parent2e0b7c8b58748e44724084d2b89542ed17ffc0b9
Renaming functions and files + minor corrections in runner_main to detect what to do
15 files changed:
src/NETGENPlugin/CMakeLists.txt
src/NETGENPlugin/NETGENPlugin_DriverParam.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_DriverParam.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_3D.hxx
src/NETGENPlugin/NETGENPlugin_Provider.hxx [deleted file]
src/NETGENPlugin/NETGENPlugin_Runner.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Runner.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Runner_main.cxx [new file with mode: 0644]
src/NETGENPlugin/netgen_mesher.cxx [deleted file]
src/NETGENPlugin/netgen_mesher.hxx [deleted file]
src/NETGENPlugin/netgen_param.cxx [deleted file]
src/NETGENPlugin/netgen_param.hxx [deleted file]
src/NETGENPlugin/run_mesher.cxx [deleted file]