Changeset 1483 in lmdz_wrf


Ignore:
Timestamp:
Apr 1, 2017, 5:51:23 PM (8 years ago)
Author:
lfita
Message:

removing example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r1482 r1483  
    1152711527    return np.array([1, b, c])
    1152811528
    11529 line1 = points_2Dline(np.array([1,1]), np.array([2,2]))
    11530 line2 = points_2Dline(np.array([1,2]), np.array([2,1]))
    11531 
    11532 print crossingpoint_2Dlines(np.array([1,-1,0]), np.array([1,1,-3]))
    11533 
    1153411529#quit()
Note: See TracChangeset for help on using the changeset viewer.