Loading drivers/calculator.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/calculator.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading