summaryrefslogtreecommitdiff
path: root/src/gpuwattch/processor.cc
diff options
context:
space:
mode:
authorNick <[email protected]>2019-09-13 07:48:04 -0400
committerNick <[email protected]>2019-09-13 07:48:04 -0400
commit96a0ebfc2583e6f92d8287ecd128eb7c634be017 (patch)
treed8337c6979b420f5075aeebefcc676b46cf6e639 /src/gpuwattch/processor.cc
parentca563ea85ead434e0d579026b5e66e829af5efe5 (diff)
Revert "Add additional formatting pass on directories"
This reverts commit ca563ea85ead434e0d579026b5e66e829af5efe5.
Diffstat (limited to 'src/gpuwattch/processor.cc')
-rw-r--r--src/gpuwattch/processor.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gpuwattch/processor.cc b/src/gpuwattch/processor.cc
index b5b5cfb..96c3351 100644
--- a/src/gpuwattch/processor.cc
+++ b/src/gpuwattch/processor.cc
@@ -1084,8 +1084,7 @@ void Processor::set_proc_param() {
// if (procdynp.numCore<1)
// {
- // cout<<" The target processor should at least have one core on
- // chip."
+ // cout<<" The target processor should at least have one core on chip."
//<<endl;
// exit(0);
// }
@@ -1136,7 +1135,7 @@ void Processor::set_proc_param() {
interface_ip.F_sz_um = interface_ip.F_sz_nm / 1000;
//***********This section of code does not have real meaning, they are just to
- // ensure all data will have initial value to prevent errors.
+ //ensure all data will have initial value to prevent errors.
// They will be overridden during each components initialization
interface_ip.cache_sz = 64;
interface_ip.line_sz = 1;