diff options
author | rose-edg4-demo <derickhuth@gmail.com> | 2016-01-18 18:39:53 -0800 |
---|---|---|
committer | rose-edg4-demo <derickhuth@gmail.com> | 2016-01-18 18:39:53 -0800 |
commit | 1419de621b01ef899e5b4d0d0b90e46616d580d3 (patch) | |
tree | 5b4da2a1eed9f91894528939dbc39a57a515c1b3 /chill_run.cc | |
parent | 983749787ee0dc1beb1107873e8a13ebdaeba576 (diff) | |
download | chill-1419de621b01ef899e5b4d0d0b90e46616d580d3.tar.gz chill-1419de621b01ef899e5b4d0d0b90e46616d580d3.tar.bz2 chill-1419de621b01ef899e5b4d0d0b90e46616d580d3.zip |
small bugfix
Diffstat (limited to 'chill_run.cc')
-rw-r--r-- | chill_run.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chill_run.cc b/chill_run.cc index d33819b..59cd6e5 100644 --- a/chill_run.cc +++ b/chill_run.cc @@ -12,7 +12,7 @@ #include <stdlib.h> #include <string.h> -#include "chill_env.hh" +//#include "chill_env.hh" #include "loop.hh" #include <omega.h> |