Skip to content

Commit a697a3a

Browse files
author
ramseyer
committed
minor bugs
1 parent d67b419 commit a697a3a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "xdrpp"]
22
path = xdrpp
3-
url = git@github.com:gramseyer/xdrpp.git
3+
url = http://github.com/gramseyer/xdrpp.git

autogen.sh

100644100755
File mode changed.

main/trie_comparison.cc

+1
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ int main(int argc, char const *argv[])
325325
while(true) {
326326
float res = 0;
327327
reuse_trie.clear();
328+
reuse_trie_value.clear();
328329
reuse_static_value_trie.clear();
329330
switch(test) {
330331
case 0:

0 commit comments

Comments
 (0)