[LIBISIS-code-svn] r1344 - in trunk: bindings/matlab bindings/matlab/classes/@IXTdetector bindings/matlab/classes/@IXTgeometry bindings/matlab/classes/@IXTorientation bindings/matlab/classes/@IXTshape bindings/matlab/classes/@IXTtranslation libclasses libcore

apache at libisis.org apache at libisis.org
Tue Apr 22 10:53:09 BST 2008


Author: Dickon Champion
Date: Tue Apr 22 10:53:04 2008
New Revision: 1344

Added:
   trunk/bindings/matlab/advanced_unary_ops.f90
   trunk/libclasses/IXMgeometry.f90
      - copied, changed from r1335, /trunk/libclasses/IXMgeometry_tgp.f90
   trunk/libclasses/IXMgeometry_old.f90
      - copied unchanged from r1335, /trunk/libclasses/IXMgeometry.f90
   trunk/libclasses/IXMorientation.f90
      - copied, changed from r1335, /trunk/libclasses/IXMorientation_tgp.f90
   trunk/libclasses/IXMorientation_old.f90
      - copied unchanged from r1335, /trunk/libclasses/IXMorientation.f90
   trunk/libclasses/IXMshape.f90
      - copied, changed from r1335, /trunk/libclasses/IXMshape_tgp.f90
   trunk/libclasses/IXMshape_old.f90
      - copied unchanged from r1335, /trunk/libclasses/IXMshape.f90
   trunk/libclasses/IXMtranslation.f90
      - copied, changed from r1335, /trunk/libclasses/IXMtranslation_tgp.f90
   trunk/libclasses/IXMtranslation_old.f90
      - copied unchanged from r1335, /trunk/libclasses/IXMtranslation.f90
Removed:
   trunk/libclasses/IXMgeometry_tgp.f90
   trunk/libclasses/IXMorientation_tgp.f90
   trunk/libclasses/IXMshape_tgp.f90
   trunk/libclasses/IXMtranslation_tgp.f90
Modified:
   trunk/bindings/matlab/IXMgeometry_m.f90
   trunk/bindings/matlab/IXMorientation_m.f90
   trunk/bindings/matlab/IXMrunfile_m.f90
   trunk/bindings/matlab/IXMshape_m.f90
   trunk/bindings/matlab/IXMtranslation_m.f90
   trunk/bindings/matlab/classes/@IXTdetector/IXTdetector.m
   trunk/bindings/matlab/classes/@IXTgeometry/IXTgeometry.m
   trunk/bindings/matlab/classes/@IXTorientation/IXTorientation.m
   trunk/bindings/matlab/classes/@IXTshape/IXTshape.m
   trunk/bindings/matlab/classes/@IXTtranslation/IXTtranslation.m
   trunk/bindings/matlab/libisisexc.txt
   trunk/bindings/matlab/matlab_f90.vfproj
   trunk/bindings/matlab/unary_ops.f90
   trunk/libclasses/IXMbase.f90
   trunk/libclasses/IXMbridge.f90
   trunk/libclasses/IXMdataset_3d.f90
   trunk/libclasses/IXMdetector.f90
   trunk/libclasses/IXMeffdet_index.f90
   trunk/libclasses/IXMrunfile.f90
   trunk/libcore/IXMmaths_basis.f90

Log:
re #161

An initial IXTgeometry implementation with only important routines defined, cureentlky errors when runnning tests, need to debug using other computer....



Modified: trunk/bindings/matlab/IXMgeometry_m.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/IXMgeometry_m.f90?r1=1343&r2=1344

Modified: trunk/bindings/matlab/IXMorientation_m.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/IXMorientation_m.f90?r1=1343&r2=1344

Modified: trunk/bindings/matlab/IXMrunfile_m.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/IXMrunfile_m.f90?r1=1343&r2=1344

Modified: trunk/bindings/matlab/IXMshape_m.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/IXMshape_m.f90?r1=1343&r2=1344

Modified: trunk/bindings/matlab/IXMtranslation_m.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/IXMtranslation_m.f90?r1=1343&r2=1344

Added: trunk/bindings/matlab/advanced_unary_ops.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/advanced_unary_ops.f90?view=markup&revision=1344

Modified: trunk/bindings/matlab/classes/@IXTdetector/IXTdetector.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTdetector/IXTdetector.m?r1=1343&r2=1344

Modified: trunk/bindings/matlab/classes/@IXTgeometry/IXTgeometry.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTgeometry/IXTgeometry.m?r1=1343&r2=1344

Modified: trunk/bindings/matlab/classes/@IXTorientation/IXTorientation.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTorientation/IXTorientation.m?r1=1343&r2=1344

Modified: trunk/bindings/matlab/classes/@IXTshape/IXTshape.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTshape/IXTshape.m?r1=1343&r2=1344

Modified: trunk/bindings/matlab/classes/@IXTtranslation/IXTtranslation.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTtranslation/IXTtranslation.m?r1=1343&r2=1344

Modified: trunk/bindings/matlab/libisisexc.txt
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/libisisexc.txt?r1=1343&r2=1344

Modified: trunk/bindings/matlab/matlab_f90.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/matlab_f90.vfproj?r1=1343&r2=1344

Modified: trunk/bindings/matlab/unary_ops.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/unary_ops.f90?r1=1343&r2=1344

Modified: trunk/libclasses/IXMbase.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMbase.f90?r1=1343&r2=1344

Modified: trunk/libclasses/IXMbridge.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMbridge.f90?r1=1343&r2=1344

Modified: trunk/libclasses/IXMdataset_3d.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMdataset_3d.f90?r1=1343&r2=1344

Modified: trunk/libclasses/IXMdetector.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMdetector.f90?r1=1343&r2=1344

Modified: trunk/libclasses/IXMeffdet_index.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMeffdet_index.f90?r1=1343&r2=1344

Modified: trunk/libclasses/IXMrunfile.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMrunfile.f90?r1=1343&r2=1344

Modified: trunk/libcore/IXMmaths_basis.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libcore/IXMmaths_basis.f90?r1=1343&r2=1344


More information about the LIBISIS-code-svn mailing list