"vscode:/vscode.git/clone" did not exist on "42873eac09f58560b6bcf9c20f753b7bb7e2b902"
Commit 86a03f28 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 5d057776
......@@ -586,8 +586,8 @@ std::vector<argument> program::eval(parameter_map params) const
if(trace_level < 3)
{
std::cout << ss.str() << std::endl;
std::cout << "Time: " << t1 << "ms, " << t2
<< "ms" << std::endl;
std::cout << "Time: " << t1 << "ms, " << t2 << "ms"
<< std::endl;
if(trace_level == 2 and ins->name().front() != '@' and
ins->name() != "load" and not result.empty())
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment