Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src_makemesh/Driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PROGRAM Driver
PROTEUS_Int :: Input_GridX ! Structured grid cells in X
PROTEUS_Int :: Input_GridY ! Structured grid cells in Y
PROTEUS_Int :: Input_GridZ ! Structured grid cells in Z
PROTEUS_Int :: Input_BCmodel ! The boundary condition model to assume (0-3, 0=no b.c.s 1= X surface bc 2= X&Y surface bc 3=X&Y&Z surface bc)
PROTEUS_Int :: Input_BCmodel = 0 ! The boundary condition model to assume (0-3, 0=no b.c.s 1= X surface bc 2= X&Y surface bc 3=X&Y&Z surface bc)
! Local
CHARACTER*32 :: Some_String
PROTEUS_Int ReturnedError,NumArguments,I
Expand Down