Forum Message
Tracker Item
FRS Release
Item Id:
Search
MyGforge Home
Home
My Stuff
Search
Projects
Snippets
Log in
|
Register new account
ChemShell-Q-Chem interface
Summary
Reporting
Search
Message Wall
Forums
Tracker
Docs
Blog
Files
Lists
Wiki
Git
Access info
Browse Commits
Statistics
Git reference
Home
»
Projects
»
ChemShell-Q-Chem interface
»
Git
»
chemshell_qchem
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
qchem.htp added
[chemshell_qchem]
/
src
/
newopt
/
log.c
1
/* Print log information - currently from TCL */
2
sprintf(tclbuff,"no_log2 %s",opt->name);
3
if (Tcl_Eval(interp,tclbuff) != TCL_OK)return TCL_ERROR;