Commit 5e979c2e authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

calculator uses : as separator between AST nodes

parent ac07897b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);