projects
/
phys
/
heatbath.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e710f
)
...
author
Alexander Schmidt
<alex@treefish.org>
Fri, 22 Nov 2013 23:32:16 +0000
(
00:32
+0100)
committer
Alexander Schmidt
<alex@treefish.org>
Fri, 22 Nov 2013 23:32:16 +0000
(
00:32
+0100)
heatbath.cpp
patch
|
blob
|
history
diff --git
a/heatbath.cpp
b/heatbath.cpp
index 05c529188ab3fa7ae39a066578e6de4298bbcd08..ffa1f6e262275fc8fb85d595d7b02481627c027f 100644
(file)
--- a/
heatbath.cpp
+++ b/
heatbath.cpp
@@
-56,7
+56,7
@@
void parseLonelyArgs()
O815->observables.push_back(new obs_phi2_hist(O815));
}
else if ( strcmp(*lonit, "phip2_hist") == 0 ) {
- *O815->out->log << "MASTER: registered observable: phi
2p
_hist" << endl << flush;
+ *O815->out->log << "MASTER: registered observable: phi
p2
_hist" << endl << flush;
O815->observables.push_back(new obs_phip2_hist(O815));
}
}