Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alvarez, Gonzalo
PsimagLite
Commits
5e979c2e
Commit
5e979c2e
authored
Sep 14, 2021
by
Alvarez, Gonzalo
Browse files
calculator uses : as separator between AST nodes
parent
ac07897b
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/calculator.cpp
View file @
5e979c2e
...
...
@@ -14,7 +14,7 @@ int main(int argc, char **argv)
typedef
PsimagLite
::
PrepassData
<
ComplexOrRealType
>
PrepassDataType
;
ExpressionCalculatorType
::
VectorStringType
ve
;
PsimagLite
::
split
(
ve
,
argv
[
1
],
"
,
"
);
PsimagLite
::
split
(
ve
,
argv
[
1
],
"
:
"
);
PrepassDataType
::
VectorType
vr
(
1
,
0.25
);
...
...
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