summaryrefslogtreecommitdiff
path: root/routes/routes.js
diff options
context:
space:
mode:
authorfahimkhan2016-08-22 12:31:40 +0530
committerfahimkhan2016-08-22 12:31:40 +0530
commit953ddcbb88621b358abd74fc12de5b06a3fc351d (patch)
tree134913a4c5c90f709627d6de6f2b373af92a38e1 /routes/routes.js
parent74ce1f5b744d113cfc7f2c67c8cf22d9950e8a14 (diff)
downloadOnline-NgSpice-Simulator-953ddcbb88621b358abd74fc12de5b06a3fc351d.tar.gz
Online-NgSpice-Simulator-953ddcbb88621b358abd74fc12de5b06a3fc351d.tar.bz2
Online-NgSpice-Simulator-953ddcbb88621b358abd74fc12de5b06a3fc351d.zip
Footer color changed
Diffstat (limited to 'routes/routes.js')
-rw-r--r--routes/routes.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/routes/routes.js b/routes/routes.js
index ca07fba..5dbda92 100644
--- a/routes/routes.js
+++ b/routes/routes.js
@@ -73,7 +73,8 @@ module.exports = function(express,app,fs,os,io,PythonShell,scriptPath){
{
//Adding Plot component in a file
- sed('-i', 'run', 'run \n print allv > /tmp/plot_allv_'+socketID+'.txt \n print alli > /tmp/plot_alli_'+socketID+'.txt', fileName);
+ sed('-i', 'run', 'run \n print allv > /tmp/plot_allv_'+socketID+'.txt \n \
+ print alli > /tmp/plot_alli_'+socketID+'.txt', fileName);
}