Skip to content
Snippets Groups Projects
Commit 27c6afa4 authored by ale's avatar ale
Browse files

Merge branch 'master' of https://git.autistici.org/djrandom

parents d4a0afa8 cb2ff86b
Branches
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ $(document).ready(function() {
{% endif -%}
<a href="/user/details" target="_blank"><b>{{ user.email | e }}</b></a>
| <a href="/about" target="_blank">About</a>
| <a href="http://git.autistici.org/djrandom/tree/client/README.txt" target="_blank">
| <a href="https://git.autistici.org/djrandom/tree/client/README.txt" target="_blank">
Get Client</a>
| <a href="/logout">Sign out</a>
</div>
......
......@@ -136,8 +136,10 @@ string vector_from_file(const string& filename)
// Should only need to tick once
tnet->tick();
return vector_to_string(
tnet->getctrl("mrs_realvec/processedData")->to<mrs_realvec>());
realvec result = tnet->getctrl("mrs_realvec/processedData")->to<mrs_realvec>();
delete tnet;
return vector_to_string(result);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment