ISET / iset3d-v3

LEGACY: Replaced by iset3d (v4) -- Read a PBRT file. Edit the parameters. Render an ISET scene or optical image.
MIT License
36 stars 8 forks source link

Fixesintothisone #18

Closed DavidBrainard closed 5 years ago

DavidBrainard commented 5 years ago

I believe I have reverted out the change from contains -> strfind and replaced with a change of contains() -> piContains(). The latter does the if (~isempty(strfind())) thing we discussed.

This branch passes a few very simple tests. There was a lot of futzing in git to do this, so a few more tests either before or after a merge is probably wise.

DavidBrainard commented 5 years ago

Going for it, before things diverge further.

wandell commented 5 years ago

Thanks for handling this. In about two years, we can replace piContains with contains. That will be fun.