[galib] galib Digest, Vol 94, Issue 1 (RESEND)

Glenn Sugden headcrash at mac.com
Fri Sep 2 22:55:37 EDT 2011


(Apologies for the delayed reply.. I was sending this from the wrong email address)

On Aug 30, 2011, at 9:09 AM, galib-request at mit.edu wrote:

<snip>
> ../ga/GA1DArrayGenome.C:226:3: error: use of undeclared identifier 'mutator'
> mutator(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_MUTATOR);
<snip>

	What I did to (temporarily?) fix this was to explicitly specify the class (and type). For example:

From:

	initializer(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_INITIALIZER);

To:

	GA1DArrayAlleleGenome<T>::initializer(GA1DArrayAlleleGenome<T>::DEFAULT_1DARRAY_ALLELE_INITIALIZER);


Hope this helps,

::Glenn



More information about the galib mailing list