Menu

#1 bug on file “eas2sgems.m”

open
SGeMS (1)
5
2012-10-09
2011-11-10
No

I believe there is a bug on file “eas2sgems.m” at line 115 which is “n_prop_app=length(data)./nxyz;”
I think it should be something like “n_prop_app=numel(data)/nxyz;”

I try to convert a probability maps file from gslib to sgems format and I realized the second implementation works fine.

Discussion


Log in to post a comment.