Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arnaud Kress
easea
Commits
2e3ce150
Commit
2e3ce150
authored
Jun 17, 2014
by
Joseph Pallamidessi
Browse files
Update template for supporting static struct
parent
3420ce5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tpl/STD.tpl
View file @
2e3ce150
...
...
@@ -79,7 +79,6 @@ extern CEvolutionaryAlgorithm* EA;
\INSERT_USER_DECLARATIONS
\ANALYSE_USER_CLASSES
\INSERT_USER_CLASSES
\INSERT_USER_FUNCTIONS
...
...
@@ -372,6 +371,7 @@ EvolutionaryAlgorithmImpl::~EvolutionaryAlgorithmImpl(){
#include
<CIndividual.h>
#include
<Parameters.h>
#include
<string>
#include
<sstream>
using namespace std;
...
...
@@ -385,7 +385,7 @@ class Parameters;
extern int EZ_POP_SIZE;
extern int OFFSPRING_SIZE;
\INSERT_USER_CLASSES
_DEFINITIONS
\INSERT_USER_CLASSES
class IndividualImpl : public CIndividual {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment