Angus Leeming wrote: > > line 74. Replace: > to.push_back(fo_it); > with > to.push_back(&(*fo_it)); > > and thank Lars. > Angus Seems to work. Thanks both, Garst
- ControlSendto.C fails to compile Garst R. Reese
- Garst R. Reese
Angus Leeming wrote: > > line 74. Replace: > to.push_back(fo_it); > with > to.push_back(&(*fo_it)); > > and thank Lars. > Angus Seems to work. Thanks both, Garst