Guest User

Untitled

a guest
Jun 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. kpanic@hpinux:~/src/openquake-kpanic/openquake/nrml ((bcb9c8a...))$ git pull origin master
  2. remote: Counting objects: 67, done.
  3. remote: Compressing objects: 100% (33/33), done.
  4. remote: Total 56 (delta 38), reused 41 (delta 23)
  5. Unpacking objects: 100% (56/56), done.
  6. From git://github.com/gem/nrml
  7. * branch master -> FETCH_HEAD
  8. Updating bcb9c8a..3b1d2e5
  9. Fast-forward
  10. LICENSE | 165 ++++++++++++++++++++++++++++++++++
  11. README.txt | 2 +-
  12. schema/examples/agg-loss-curve.xml | 14 +++
  13. schema/examples/raw-source-model.xml | 93 +++++++++++++++++++
  14. schema/hazard/general.xsd | 31 +++++++
  15. schema/hazard/raw_source_model.xsd | 46 ++++++++++
  16. schema/hazard/source_model.xsd | 31 -------
  17. schema/nrml.xsd | 7 +-
  18. schema/nrml_common.xsd | 1 +
  19. schema/risk/agg_loss_curve.xsd | 24 +++++
  20. schema/risk/general.xsd | 5 +-
  21. 11 files changed, 383 insertions(+), 36 deletions(-)
  22. create mode 100644 LICENSE
  23. create mode 100644 schema/examples/agg-loss-curve.xml
  24. create mode 100644 schema/examples/raw-source-model.xml
  25. create mode 100644 schema/hazard/raw_source_model.xsd
  26. create mode 100644 schema/risk/agg_loss_curve.xsd
Add Comment
Please, Sign In to add comment