This website works better with JavaScript.
Home
Explore
Impressum/About...
Help
Sign In
mirror
/
genann
mirror of
https://github.com/codeplea/genann
Watch
2
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
changed header guard
pull/36/head
Lewis Van Winkle
2 years ago
parent
7cb7557668
commit
30da4ebf5a
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
genann.h
+ 3
- 3
genann.h
View File
@ -24,8 +24,8 @@
*/
#
ifndef GENANN_H
__
#
define GENANN_H
__
#
ifndef GENANN_H
#
define GENANN_H
#
include
<stdio.h>
@ -105,4 +105,4 @@ double genann_act_linear(const genann *ann, double a);
}
#
endif
#
endif
/*GENANN_H
__
*/
#
endif
/*GENANN_H*/
Write
Preview
Loading…
Cancel
Save