Skip to content

Commit

Permalink
review requests
Browse files Browse the repository at this point in the history
  • Loading branch information
philbucher committed Aug 17, 2023
1 parent d1b14e7 commit b42fdbd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions applications/MedApplication/med_application.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ namespace Kratos {
///@name Kratos Classes
///@{

/// Short class definition.
/** Detail class definition.
*/
class KRATOS_API(MED_APPLICATION) KratosMedApplication : public KratosApplication {
public:
///@name Type Definitions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
isDone = Mesh_1.Compute()
smesh.SetName(Mesh_1, 'Mesh_1')
try:
Mesh_1.ExportMED(r'/home/philipp/software/Kratos_master/applications/MedApplication/tests/med_files/hexahedral_8N/mesh.med',auto_groups=0,version=41,overwrite=1,meshPart=None,autoDimension=1)
Mesh_1.ExportMED(r'applications/MedApplication/tests/med_files/hexahedral_8N/mesh.med',auto_groups=0,version=41,overwrite=1,meshPart=None,autoDimension=1)
pass
except:
print('ExportMED() failed. Invalid file name?')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
isDone = Mesh_1.Compute()
smesh.SetName(Mesh_1, 'Mesh_1')
try:
Mesh_1.ExportMED(r'/home/philipp/software/Kratos_master/applications/MedApplication/tests/med_files/tetrahedral_4N/mesh.med',auto_groups=0,version=41,overwrite=1,meshPart=None,autoDimension=1)
Mesh_1.ExportMED(r'applications/MedApplication/tests/med_files/tetrahedral_4N/mesh.med',auto_groups=0,version=41,overwrite=1,meshPart=None,autoDimension=1)
pass
except:
print('ExportMED() failed. Invalid file name?')
Expand Down

0 comments on commit b42fdbd

Please sign in to comment.