notes

parent 47b00cc9
......@@ -6,7 +6,7 @@ DOXYFILE = doc/fsi.doxy
all: lib doc
lib: libfsi.a
libfsi.a: $(LIBOBJS)
libfsi.a: $(LIBOBJS) fsi.h
$(AR) $(ARFLAGS) $@ $^
doc: doc/html
......
......@@ -191,6 +191,10 @@ int fsi_get_full_samples(FSI *h, int channel_id, enum fsi_expert_mode mode, stru
int fsi_get_gas_cell_id(FSI *h);
int fsi_get_interferometer_id(FSI *h);
/* FIXME: some specific auxiliar functions for gas cell + ref
* interferometer diagnostics? Define structs.
*/
#ifdef __cplusplus
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment