From: welzel Date: Mon, 10 Jan 2000 19:03:18 +0000 (+0000) Subject: - minor updates. X-Git-Tag: release_0-5-0~76 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=d40e9201f3373ca3f5e97fb4d4480826b9f854ab - minor updates. --- diff --git a/ginac/ginac.h b/ginac/ginac.h index 23864bc2..da018682 100644 --- a/ginac/ginac.h +++ b/ginac/ginac.h @@ -60,6 +60,7 @@ #include #include #include +#include #endif // ndef GINAC_BASE_ONLY #endif // ndef __GINAC_H__ diff --git a/ginac/lortensor.h b/ginac/lortensor.h index 5dc925b0..341f2c46 100644 --- a/ginac/lortensor.h +++ b/ginac/lortensor.h @@ -128,9 +128,8 @@ private: extern const lortensor some_lortensor; extern type_info const & typeid_lortensor; -// utility functions !!!!!!!!!!!!!!!!!! (to do) +// utility functions - inline const lortensor & ex_to_lortensor(const ex &e) { return static_cast(*e.bp);