Skip to content

Commit

Permalink
example: Fixed lfs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amritagos committed Jan 10, 2020
1 parent 2061571 commit 76906c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions example_lua/iceNanotube/iceType/functions.lua
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
print("\n Welcome to the manual lua function evaluation environment.\n");

--- Init Modules
local lfs = require"lfs"

--- Call functions defined in script file
package.path = './../lua_inputs/luaModules/?.lua;' .. package.path
local luaFunctions = require("scripts");

--- Make the directories
luaFunctions.make_output_dirs( doBOP, topoOneDim, topoTwoDim, topoBulk );

for frame=targetFrame,finalFrame,frameGap do
resCloud=readFrameOnlyOne(trajectory,frame,resCloud,oxygenAtomType,isSlice,sliceLowerLimits,sliceUpperLimits) --- Get the frame
nList=neighborList(cutoffRadius, resCloud, oxygenAtomType); --- Calculate the neighborlist by ID
Expand Down

0 comments on commit 76906c9

Please sign in to comment.