SPECFEM / specfem3d

SPECFEM3D_Cartesian simulates acoustic (fluid), elastic (solid), coupled acoustic/elastic, poroelastic or seismic wave propagation in any type of conforming mesh of hexahedra (structured or not).
GNU General Public License v3.0
403 stars 225 forks source link

Add read-from-file option for heterogeneous fault parameters (#2) #1491

Closed Huihuiweng closed 2 years ago

Huihuiweng commented 2 years ago
buildbot-princeton commented 2 years ago

Your changes are not mergeable. Please fix the problem and open a new pull-request

danielpeter commented 2 years ago

Dear Huihui,

to make your changes mergeable, please update your fork to the current devel version. to so, the best is to conduct a rebase of your version:

git fetch upstream
git rebase --interactive upstream/devel

hopefully, this will not involve too much editing in your files but it needs to be done. this will make your fork ready to submit a pull request to the "official" devel version of the package and incorporate your changes.

best, daniel