mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
[poincare] VariableContext hold a const char * instead of a char
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Sequence {
|
||||
|
||||
template<typename T>
|
||||
CacheContext<T>::CacheContext(Context * parentContext) :
|
||||
VariableContext<T>('n', parentContext),
|
||||
VariableContext<T>("n", parentContext),
|
||||
m_values{{NAN, NAN},
|
||||
{NAN, NAN}}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user