
* add recipe for improved-rdock
* style: fix format
* style: fix format again
* Fix location of the directory
* Fix copyright
* Fix according to the reviewer's comments.
* Revert "Fix according to the reviewer's comments."
This reverts commit 4877877daf
.
* Fix according to the reviewer's comments.
* style: fix format
* Update var/spack/repos/builtin/packages/improved-rdock/package.py
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Co-authored-by: Yuichi Otsuka <otsukay@riken.jp>
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
22 lines
626 B
Diff
22 lines
626 B
Diff
diff -u -r -N e/src/lib/RbtToken.cxx f/src/lib/RbtToken.cxx
|
|
--- e/src/lib/RbtToken.cxx 2020-10-14 13:45:40.000000000 +0900
|
|
+++ f/src/lib/RbtToken.cxx 2020-10-14 13:46:34.000000000 +0900
|
|
@@ -15,7 +15,7 @@
|
|
#include "RbtDebug.h"
|
|
|
|
RbtString RbtToken::_CT("RbtToken");
|
|
-
|
|
+const RbtVble& _ff = RbtVble();
|
|
///////////////////
|
|
// Constructors
|
|
///////////////////
|
|
@@ -24,7 +24,7 @@
|
|
_RBTOBJECTCOUNTER_CONSTR_(_CT);
|
|
}
|
|
|
|
-RbtToken::RbtToken(RbtCommands c) : isvble(false), comm(c), vble(RbtVble())
|
|
+RbtToken::RbtToken(RbtCommands c) : isvble(false), comm(c), vble(_ff)
|
|
{
|
|
_RBTOBJECTCOUNTER_CONSTR_(_CT);
|
|
}
|