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
43e54e9a
Commit
43e54e9a
authored
Oct 25, 2020
by
Chris Dancy
Browse files
Change to test something with linix Phys Module
parent
c1a8d050
Changes
1
Show whitespace changes
Inline
Side-by-side
user-loads/Physiology_thread.lisp
View file @
43e54e9a
...
...
@@ -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
)))
(
while
(
not
(
probe-file
solverOutputFile
))
(
print
"."
)
)
(
handler-case
(
delete-file
solverOutputFile
)
(
error
()
nil
))))
...
...
Write
Preview
Markdown
is supported
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