H
Helmut Jarausch
Hi,
I have got the following error message which I don't understand
branch_E.cc: In function 'void put(std::istream&, std:
stream&, bool, size_type, const Float&)':
branch_E.cc:48882: error: parameter may not have variably modified type 'space [(((long unsigned int)(((long int)i) +
-0x00000000000000001)) + 1)]'
space V = u.get_space();
......
// The (preprocessed) failing source line is
Form proj (space(V), V_new_i, "mass");
class Form has the corresponding constructor
Form (const space& X, const space& Y, const std::string& op_name,
bool locked_boundaries=false);
and
class space : public smart_pointer<spacerep> {
space(const const_space_component&);
Can anybody throw some light on this error?
Many thanks,
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
I have got the following error message which I don't understand
branch_E.cc: In function 'void put(std::istream&, std:
branch_E.cc:48882: error: parameter may not have variably modified type 'space [(((long unsigned int)(((long int)i) +
-0x00000000000000001)) + 1)]'
space V = u.get_space();
......
// The (preprocessed) failing source line is
Form proj (space(V), V_new_i, "mass");
class Form has the corresponding constructor
Form (const space& X, const space& Y, const std::string& op_name,
bool locked_boundaries=false);
and
class space : public smart_pointer<spacerep> {
space(const const_space_component&);
Can anybody throw some light on this error?
Many thanks,
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany