Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Cantor
Commits
60cc35e0
Commit
60cc35e0
authored
Apr 28, 2017
by
Filipe Saraiva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add recommended version to Maxima backend
Close T3863
parent
60db8874
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/backends/maxima/maximabackend.cpp
src/backends/maxima/maximabackend.cpp
+5
-0
src/backends/maxima/maximabackend.h
src/backends/maxima/maximabackend.h
+1
-0
No files found.
src/backends/maxima/maximabackend.cpp
View file @
60cc35e0
...
...
@@ -55,6 +55,11 @@ QString MaximaBackend::id() const
return
QLatin1String
(
"maxima"
);
}
QString
MaximaBackend
::
version
()
const
{
return
QLatin1String
(
"5.38 and 5.39"
);
}
Cantor
::
Session
*
MaximaBackend
::
createSession
()
{
qDebug
()
<<
"Spawning a new Maxima session"
;
...
...
src/backends/maxima/maximabackend.h
View file @
60cc35e0
...
...
@@ -31,6 +31,7 @@ class MaximaBackend : public Cantor::Backend
~
MaximaBackend
();
QString
id
()
const
;
QString
version
()
const
override
;
Cantor
::
Session
*
createSession
();
Cantor
::
Backend
::
Capabilities
capabilities
()
const
;
bool
requirementsFullfilled
()
const
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment