1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Make ICC happy

This commit is contained in:
Peter Boyle 2015-11-04 05:14:03 -06:00
parent 3b7576ad53
commit f87526a04f

View File

@ -298,7 +298,7 @@ int main (int argc, char ** argv)
c = scm()(1,1)(1,2); c = scm()(1,1)(1,2);
scm()(1,1)(2,1) = c; scm()(1,1)(2,1) = c;
pokeIndex<ColourIndex> (c_m,c,0,0); // pokeIndex<ColourIndex> (c_m,c,0,0);
} }
FooBar = Bar; FooBar = Bar;