EarthScope / evalresp

Evaluates instrument responses in FDSN and derivative formats
GNU Lesser General Public License v3.0
12 stars 2 forks source link

Resturcture directories #29

Closed smellyfis closed 7 years ago

smellyfis commented 7 years ago

Discussed changing the directory structure to separate library and binary code. This should be done before issue #10

/ 
 doc/
 tests/
      c/
      fortran/
      java/
      jenkins/
      robot/
 src/
    evalresp.c
    xml2resp.c
 libsrc/
     evalresp/
     mxml/
     spline/
     evaresp_log/
he-hesce commented 7 years ago

Looks good to me except that evalresp_log stuff should be part of evalresp. It's not an externally sourced library external to evalresp.

dricki commented 7 years ago

Done