List of commits:
Subject Hash Author Date (UTC)
simslope1_py: fixed a typo c9ef8fdd32d121eaeb02f4e1b7ce9c6f2cd4d304 Josiah_Mullins_E6440 2019-12-06 21:11:41
simslope1_py: corrected typo 6638998ea253802d238ebb7ffb1958e386872f85 Josiah_Mullins_E6440 2019-12-06 21:08:53
simslope1_py: addded some improvments 813ea22a0487636650d979719320d838a9714520 Josiah_Mullins_E6440 2019-12-06 21:01:15
owners: added appropiate credit to original developers! 1c204a7a21884e167b5b51d6d25671104a927ecc Josiah_Mullins_E6440 2019-12-06 20:43:34
simslope0_py: removed some temp modifications. 8c1ba7cfd7d75672e0dc38e2e4abc17b8dd62da9 Josiah_Mullins_E6440 2019-12-06 18:30:28
simslope0_py: modified print statements 792110c3c83aa8ff78f7bf87ec8c01a4eacc94c7 Josiah_Mullins_E6440 2019-12-06 18:29:16
simslope0_py: optimization? 06c5626d1f26185d4f0da6bb535547228b198eab Josiah_Mullins_E6440 2019-12-06 18:21:34
simslope0_py: filename and exit dca5feb38bc896c2742e23da245c49e5c80ef30f Josiah_Mullins_E6440 2019-12-06 17:50:04
simslope_c: Output to file f8c52e106738ec13223144579d2b74aa0d290ade Josiah_Mullins_E6440 2019-12-06 17:41:09
simslope.c: type change 707e5be5af137023c28c12d54af35394cc32c9cc Josiah_Mullins_Optiplex_Mini 2019-12-01 22:21:44
Indentation 8606ab9f5e9d3b01f698a3303f5e6d39418b7bd5 Josiah_Mullins_Optiplex_Mini 2019-12-01 21:41:16
Simslope Initial commit. e9ccd3d49b4b1342341f1866a3f7a941af503b30 Josiah_Mullins_Optiplex_Mini 2019-12-01 21:24:04
Commit c9ef8fdd32d121eaeb02f4e1b7ce9c6f2cd4d304 - simslope1_py: fixed a typo
Author: Josiah_Mullins_E6440
Author date (UTC): 2019-12-06 21:11
Committer name: Josiah_Mullins_E6440
Committer date (UTC): 2019-12-06 21:11
Parent(s): 6638998ea253802d238ebb7ffb1958e386872f85
Signing key:
Tree: 9bb89a9c12f5d3b04028ef7662995c596fa9e485
File Lines added Lines deleted
00_simslope/simslope1.py 1 1
File 00_simslope/simslope1.py changed (mode: 100644) (index 299e9b5..836916d)
... ... f.close()
18 18 #classes contain the slope data #classes contain the slope data
19 19 #data contains the point data #data contains the point data
20 20 classes=[None]*len(d) classes=[None]*len(d)
21 data=[[None]*(len(d[0])-1 for i in range(len(d))]
21 data=[[None]*(len(d[0])-1) for i in range(len(d))]
22 22
23 23 for a in range(0,len(d)): for a in range(0,len(d)):
24 24 classes[a] = d[a][0] classes[a] = d[a][0]
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/ORpKTKoVQnFhs/Public_Research

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/ORpKTKoVQnFhs/Public_Research

Clone this repository using git:
git clone git://git.rocketgit.com/user/ORpKTKoVQnFhs/Public_Research

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main