Skip to content

#284 For FieldVector<K,1> vector * scalar clashes with vector * vector

Metadata

Property Value
Reported by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Reported at Apr 19, 2007 13:46
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Closed by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Closed at Jul 12, 2007 14:59
Closed in version 1.0
Resolution Fixed
Comment

Description

I sugegst to fix this in dune 1.0.

The problem is that vector * scalar and vector * vector are equivalent, because vector can be casted to scalar and vice versa. I suggest to remove the vector * vector operator.

Are there any reasons not to do this? I think there was already a similar issue reported by Oliver.