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
f2d06441
Commit
f2d06441
authored
Oct 25, 2020
by
Chris Dancy
Browse files
Change to test something with linix Phys Module
parent
43e54e9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
user-loads/Physiology_thread.lisp
View file @
f2d06441
...
...
@@ -365,7 +365,7 @@ t)
#+
:ccl
(
ccl::cwd
old-dir
)
#+
:sbcl
(
sb-posix:chdir
old-dir
)
;;Wait for the output file from starting HumMod, then delete it
(
while
(
not
(
probe-file
solverOutputFile
))
(
print
"."
))
(
while
(
not
(
probe-file
solverOutputFile
))
(
print
solverOutputFile
))
(
handler-case
(
delete-file
solverOutputFile
)
(
error
()
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