# # Example of Neo folder file. # # (copy to home dir & rename to ".neofolders") # All folders given below will be loaded into neo # during startup. The folder groups in []-brackets # will initially appear as a single button, the # others foldergroups will show a button for each # folder. Foldergroup NONE is a special, non-closeable # folder group that should always come first. # # name of folder: location of folder: # FOLDERGROUP NONE alpha $NEOHOME/lib/alpha.so util $NEOHOME/lib/util.so filter $NEOHOME/lib/filter.so FOLDERGROUP MATH math $NEOHOME/lib/math.so vector $NEOHOME/lib/vector.so matrix $NEOHOME/lib/matrix.so funct $NEOHOME/lib/funct.so FOLDERGROUP [TEXT] file $NEOHOME/lib/file.so string $NEOHOME/lib/string.so # tcl $NEOHOME/lib/tcl_prog.so # # include these two only if there is 3D graphics support: # FOLDERGROUP [RENDER] pixel $NEOHOME/lib/pixel.so solid $NEOHOME/lib/solid.so # solid2 $NEOHOME/lib/solid2.so # vtk $NEOHOME/lib/vtk.so FOLDERGROUP NEURO llm $NEOHOME/lib/llm.so adaptive $NEOHOME/lib/adaptive.so neuron $NEOHOME/lib/neuron.so neuro $NEOHOME/share/folders/neuro # psom2 $NEOHOME/lib/psom2.so # som $NEOHOME/lib/som++.so # the above are examples for dynamic folders (searched # in $NST_LD_LIBRARY_PATH or $LD_LIBRARY_PATH, # when no absolute path is given). # For a loadable folder, the second entry must be its # directory name. $ARCH and $NEOHOME are expanded to # values of environment variables of the same name, if # these are defined, or otherwise default to "linux" # and the value of the Neo command line variable -NeoHome # ###################################################################### # The following folders correspond to contributed "circuit" folders # FOLDERGROUP [DM] Dm_IO $NEOHOME/share/folders/Dm_IO Dm_stats $NEOHOME/share/folders/Dm_stats Dm_trafo $NEOHOME/share/folders/Dm_trafo Dm_model $NEOHOME/share/folders/Dm_model Dm_data $NEOHOME/share/folders/Dm_data Dm_aux0 $NEOHOME/share/folders/Dm_aux0