Skip to content

Commit

Permalink
fixed csv parser and minor style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
swillner committed Jul 7, 2017
1 parent 60ee0bf commit a572e0d
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 80 deletions.
2 changes: 1 addition & 1 deletion include/Disaggregation.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class Disaggregation {

void approximate(const int& d);
void adjust(const int& d);
void read_proxy_file(const std::string& filename, const int d, const int year);
void read_proxy_file(const std::string& filename, int d, I year);

public:
Disaggregation(const Table<T, I>* basetable_p);
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp-library
Submodule cpp-library updated 1 files
+24 −14 csv-parser.h
Loading

0 comments on commit a572e0d

Please sign in to comment.