Commit cb6deeb2 authored by Khalique's avatar Khalique
Browse files

formatting

parent 21bb2293
......@@ -575,10 +575,10 @@ struct tf_parser
float on_value = args[2]->eval().at<float>();
float off_value = args[3]->eval().at<float>();
std::vector<float> depth_input(depth*depth, off_value);
std::vector<float> depth_input(depth * depth, off_value);
for(int i = 0; i < depth; i++)
{
depth_input[depth*i + i] = on_value;
depth_input[depth * i + i] = on_value;
}
if(contains(attributes, "axis"))
......
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