spack/var/spack/repos/builtin/packages/improved-rdock/rdock_const.patch
otsukay d9f49d7415
add recipe for improved-rdock (#31158)
* 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>
2022-07-06 09:25:45 -07:00

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);
}