repo.or.cz
/
charm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix warnings and errors in ampi_noimpl.C
[charm.git]
/
src
/
xlat-i
/
xi-SdagCollection.C
blob
436e7bbfa211628c53a35b350a918938b5173a44
1
#include "xi-SdagCollection.h"
2
3
namespace xi {
4
5
SdagCollection::SdagCollection(CParsedFile* p) : pf(p), sdagPresent(false) {}
6
7
void SdagCollection::addNode(Entry* e) {
8
sdagPresent = true;
9
pf->addNode(e);
10
}
11
12
} // namespace xi