X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fconfig%2Freader.h;h=a978da2545c8b0a4fe6db3527139d5481aba0bdc;hb=fd1a93a71bc0222dd77f56c145d550cb6f7829bc;hp=eb13cbcb975123d3870bbd5aa8f2874cd03add3b;hpb=9d049dcaf022e500e643d6e46bb29412aa419653;p=physics.git diff --git a/src/config/reader.h b/src/config/reader.h index eb13cbc..a978da2 100644 --- a/src/config/reader.h +++ b/src/config/reader.h @@ -25,10 +25,8 @@ using std::string; -typedef std::map inputMap; - /// ***** Header Methods ***** -void readConfigs(inputMap*); +void readConfigs(); #endif // READER_H