Skip to content
Snippets Groups Projects
Commit 8000ca68 authored by Martin Beseda's avatar Martin Beseda
Browse files

ENH: Removed relative paths to 4neuro.h, as it's not needed, when the code is...

ENH: Removed relative paths to 4neuro.h, as it's not needed, when the code is given the proper include directory during compilation.
parent 2486c6e5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
#include <vector>
#include "../include/4neuro.h"
#include "4neuro.h"
int main() {
std::cout << "Running lib4neuro example 3: Use of the particle swarm method to train a set of networks sharing some edge weights" << std::endl;
......
......@@ -7,7 +7,7 @@
*/
#include <vector>
#include "../include/4neuro.h"
#include "4neuro.h"
int main() {
std::cout << "Running lib4neuro Serialization example 1" << std::endl;
......
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