gfortran compile error
by dulap from LinuxQuestions.org on (#4Y2CW)
I'm new to linux and I tried to compile OTIS (OSU Tidal Inversion Software) on Ubuntu. I got following error. How could I solve this?
deallocate(zeq0%z,zeq0%mz,zeq0%cid%idc,zeq0%cid%cons,&
1
zeq0%cid%group,zeq0%cid,zeq0,P)
2
Error: Allocate-object at (1) is subobject of object at (2)
ZEQset_NPG.f90:123:24:
deallocate(zeq0%z,zeq0%mz,zeq0%cid%idc,zeq0%cid%cons,&
1
zeq0%cid%group,zeq0%cid,zeq0,P)
2
Thanks


deallocate(zeq0%z,zeq0%mz,zeq0%cid%idc,zeq0%cid%cons,&
1
zeq0%cid%group,zeq0%cid,zeq0,P)
2
Error: Allocate-object at (1) is subobject of object at (2)
ZEQset_NPG.f90:123:24:
deallocate(zeq0%z,zeq0%mz,zeq0%cid%idc,zeq0%cid%cons,&
1
zeq0%cid%group,zeq0%cid,zeq0,P)
2
Thanks