first of all I want to say again how great the course in December was, I had a wonderful time and also learned a lot

My Problem:
I am trying to apply the Kriging on maturitystages, to connect a surveystation to a probability of mature fish.
I fixed the Script during the course, and it works with the data set I created it with, but when I try to apply my new set with the maturity probabilities and I perform kriging i get that error message:
> # Perform ordinary kriging (no mean as we are perfomring OK)
> grid.db <- kriging(dbin=data.db,dbout=grid.db,model=vg.mod,neigh=neiu,
+ uc=c("1"),mean=NA,calcul="point",radix="OK")
Error in matrix inversion (rank=1) : Pivot #16 is null
> grid.db
I realize it must have something to do with my new dataset, or my grid or something like that, but I can not find the mistake.
Do you guys have an idea where that error is connected to?
All the best from sunny Bergen
Karl