Skip to content

Commit

Permalink
Merge pull request #80 from zachetienne/ETX_2023_06
Browse files Browse the repository at this point in the history
Create the branch for the summer workshops.
  • Loading branch information
zachetienne committed Jun 9, 2023
2 parents c31b5bf + f6c1488 commit c064859
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions finite_difference_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ def read_from_memory_Ccode_onept(gfname,idx, FDparams, idxs=set()):
else:
ijklstring = ijkl_string(idx4, FDparams)
gfaccess_str = gri.gfaccess(gf_array_name,gfname,ijklstring,"USE")
if gfaccess_str.endswith("DD00"):
raise Exception()
idxs.add(",".join([str(ii) for ii in idx4]))
if FDparams.enable_SIMD == "True":
retstring = type__var(gfname, FDparams) + varsuffix(gfname, idx4, FDparams) + " = ReadSIMD(&" + gfaccess_str + ");"
Expand Down

0 comments on commit c064859

Please sign in to comment.