Update for windows compatibility
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@359 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
5446af5e31
commit
f9693d1e1c
229 changed files with 3759 additions and 2398 deletions
|
|
@ -27,7 +27,7 @@ public:
|
|||
/*!
|
||||
\param __maxNumGen the maximum number of generation.
|
||||
*/
|
||||
moGenSolContinue (unsigned __maxNumGen):maxNumGen (__maxNumGen), numGen (0)
|
||||
moGenSolContinue (unsigned int __maxNumGen):maxNumGen (__maxNumGen), numGen (0)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -60,10 +60,10 @@ public:
|
|||
private:
|
||||
|
||||
//! Iteration maximum number.
|
||||
unsigned maxNumGen;
|
||||
unsigned int maxNumGen;
|
||||
|
||||
//! Iteration current number.
|
||||
unsigned numGen;
|
||||
unsigned int numGen;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue