Changeset 2601
- Timestamp:
- 11/11/08 15:23:43 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/converter/edu.iu.nwb.converter.nwbgraphml/src/edu/iu/nwb/converter/nwbgraphml/NWBToGraphMLbyStax.java
r2527 r2601 226 226 BufferedReader reader) throws XMLStreamException, IOException{ 227 227 228 228 229 //read from nwb file and write to the graphml file 229 230 boolean inNodesSection = false;
