Skip to content
Snippets Groups Projects
Commit 91458013 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Main.cpp now include header with input name.

parent eff7dc2f
No related branches found
No related tags found
3 merge requests!279v0.4.0,!253v0.4.0,!163Export refactor
Pipeline #51615 failed
......@@ -7,7 +7,7 @@
{%- endfor %}
{% for func in functions %}
{{ func }}
{{ func }};
{% endfor %}
#endif /* DNN_HPP */
#include <iostream>
#include "forward.hpp"
#include "inputs.h"
{% for name in inputs_name %}
#include "{{ name }}.h"
{% endfor %}
int main()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment