X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d47d44b2ed067c834ef210ad544512e7581a1c8e..c771a55e40d2a41d607a0da1b67cd1f7d546ccc8:/cost_func.h?ds=sidebyside diff --git a/cost_func.h b/cost_func.h index 57d1188..ed97dcf 100644 --- a/cost_func.h +++ b/cost_func.h @@ -6,7 +6,7 @@ class cost_func { public: - cost_func(const char *param); + cost_func(const char* param); ~cost_func(); cost_func& operator=(const cost_func& ref); @@ -14,7 +14,7 @@ public: std::string to_string(); private: int degree; - double *factor; + double* factor; }; #endif // !COST_FUNC_H