Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AI-CogSci-Group
ACT-R_Phi
Commits
ae3e5b5a
Commit
ae3e5b5a
authored
Sep 21, 2020
by
CD
Browse files
Fixed small issue with linux ACT-R_Phi (with setting of *HumModDir*)
parent
8f70c916
Changes
7
Hide whitespace changes
Inline
Side-by-side
environment/GUI/init/322441578441135374.tem
0 → 100755
View file @
ae3e5b5a
# Port settings for ACT-R server started at 08:38:40 9/20/2020
set actr_port 2664
set actr_address "192.168.198.161"
environment/GUI/init/46077910582870627.tem
0 → 100755
View file @
ae3e5b5a
# Port settings for ACT-R server started at 15:04:08 9/19/2020
set actr_port 2663
set actr_address "192.168.1.118"
environment/GUI/init/46077910582870628.tem
0 → 100755
View file @
ae3e5b5a
# Port settings for ACT-R server started at 15:40:53 9/19/2020
set actr_port 2665
set actr_address "192.168.1.118"
environment/GUI/init/46077910582870629.tem
0 → 100755
View file @
ae3e5b5a
# Port settings for ACT-R server started at 08:39:02 9/20/2020
set actr_port 2651
set actr_address "192.168.198.161"
environment/GUI/init/46077910582870630.tem
0 → 100755
View file @
ae3e5b5a
# Port settings for ACT-R server started at 08:40:31 9/20/2020
set actr_port 2651
set actr_address "192.168.198.161"
environment/GUI/init/46077910582870631.tem
0 → 100755
View file @
ae3e5b5a
# Port settings for ACT-R server started at 08:55:10 9/20/2020
set actr_port 2657
set actr_address "192.168.198.161"
user-loads/Physiology_thread.lisp
View file @
ae3e5b5a
...
...
@@ -68,7 +68,7 @@
;;;Custom Physiology Function Section
;;HumMod Directory variable
#+
:windows
(
defvar
*HumModDir*
(
subseq
(
namestring
*LOAD-TRUENAME*
)
0
(
search
(
file-namestring
*LOAD-TRUENAME*
)
(
namestring
*LOAD-TRUENAME*
))))
#-
:windows
(
defvar
*HumModDir*
(
substitute
#\\
#\/
(
subseq
(
namestring
*LOAD-TRUENAME*
)
0
(
search
(
file-namestring
*LOAD-TRUENAME*
)
(
namestring
*LOAD-TRUENAME*
)))
)
:from-end
t
:count
1
)
#-
:windows
(
defvar
*HumModDir*
(
substitute
#\\
#\/
(
subseq
(
namestring
*LOAD-TRUENAME*
)
0
(
search
(
file-namestring
*LOAD-TRUENAME*
)
(
namestring
*LOAD-TRUENAME*
)))
:from-end
t
:count
1
)
;;We use this so we have a reference to the next update-event that is scheduled to be run
(
defvar
*nextUpdateEvent*
nil
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment