]> SALOME platform Git repositories - plugins/netgenplugin.git/commit
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, 14 Sep 2022 14:37:56 +0000 (16:37 +0200)
commit01afecee316c9fd4759eb1175be12740d196fc9b
tree66f6151b8ed34d540350390255c37fb51687c00f
parent80e4ccd74d3198385e5efd2769726eba3d4b6d2e
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]