Skip to content
Snippets Groups Projects
Commit 4d938707 authored by slevy's avatar slevy
Browse files

kira_open takes an istream, doesn't need an ifstream.

parent 4770a455
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ void kira_parti_init(); ...@@ -17,7 +17,7 @@ void kira_parti_init();
#define KIRA_VERBOSE 0x01 #define KIRA_VERBOSE 0x01
#define KIRA_READLATER 0x02 #define KIRA_READLATER 0x02
int kira_open(struct dyndata *dd, struct stuff *st, char *filename, int flags); /* VERBOSE|READLATER */ // int kira_open(struct dyndata *dd, struct stuff *st, ifstream *ins, int flags); /* VERBOSE|READLATER */
int kira_read_more( struct stuff *st, int nmax, double tmax, double maxdelay ); int kira_read_more( struct stuff *st, int nmax, double tmax, double maxdelay );
/* read, stopping after first of: /* read, stopping after first of:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment