Get code working with gfortran
This commit is contained in:
parent
3e140df1a9
commit
51079148cc
4 changed files with 69 additions and 57 deletions
|
@ -300,7 +300,7 @@ module opt_group
|
|||
|
||||
case('elements','element')
|
||||
if (group_ele_num > 0) then
|
||||
print *, "Elements specifier used more than once in group id command with type both, either use type ", &
|
||||
print *, "Elements specifier used more than once in group id command with type both, either use type ",&
|
||||
"elements or include atoms identifier"
|
||||
stop 3
|
||||
|
||||
|
@ -824,7 +824,8 @@ module opt_group
|
|||
!Add the element, for the sbox we just set it to the same sbox that we get the orientation
|
||||
!from. In this case it is from the sbox of the first atom in the group.
|
||||
new_ele = new_ele+1
|
||||
call add_element(0,remesh_ele_type, working_esize, ilat, sbox_atom(atom_index(1)),r_new_node)
|
||||
call add_element(0,remesh_ele_type, working_esize, ilat, &
|
||||
sbox_atom(atom_index(1)),r_new_node)
|
||||
|
||||
end if
|
||||
end if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue