git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ba9102
)
- minor updates.
author
welzel
<welzel>
Mon, 10 Jan 2000 19:03:18 +0000
(19:03 +0000)
committer
welzel
<welzel>
Mon, 10 Jan 2000 19:03:18 +0000
(19:03 +0000)
ginac/ginac.h
patch
|
blob
|
history
ginac/lortensor.h
patch
|
blob
|
history
diff --git
a/ginac/ginac.h
b/ginac/ginac.h
index 23864bc21fd959a718ef0cf6ff140c2e85398cff..da018682239f74996b65816f461096cb03102d79 100644
(file)
--- a/
ginac/ginac.h
+++ b/
ginac/ginac.h
@@
-60,6
+60,7
@@
#include <ginac/isospin.h>
#include <ginac/lorentzidx.h>
#include <ginac/simp_lor.h>
+#include <ginac/lortensor.h>
#endif // ndef GINAC_BASE_ONLY
#endif // ndef __GINAC_H__
diff --git
a/ginac/lortensor.h
b/ginac/lortensor.h
index 5dc925b0235058dbb72623f8a3c6f8e84407d0ec..341f2c46e7aaff633302b18ad7193e5f22ba4be7 100644
(file)
--- 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<const lortensor &>(*e.bp);