BIC-MNI / Display

MNI Display project, converted from CVS
Other
8 stars 4 forks source link

Command line vertex loading doesn't work #72

Closed gdevenyi closed 7 years ago

gdevenyi commented 7 years ago
> Display 00100/surfaces/mni_icbm_00100_mid_surface_left_81920.obj -vertex 00100/thickness/mni_icbm_00100_native_rms_rsl_tlaplace_30mm.txt 
Input 00100/surfaces/mni_icbm_00100_mid_surface_left_81920.obj
Objects input.
Can't load vertex data before a surface!

Probably an out-of-order part in the loading code.

rdvincent commented 7 years ago

@gdevenyi It was broken when I added GIFTI support but I corrected the problem(s).

gdevenyi commented 7 years ago

Thanks!