예제 #1
0
파일: PW3D.go 프로젝트: npadmana/petscgo
func GetArray(s *structvec.StructVec) Arr {
	return Arr(s.GetArray().([]One))
}