* Added initial support for errorbar object, which includes
compression-to-string (ad hoc implementation is written in C++ with the help of my cp.inc library, unfortunately).
This commit is contained in:
6
math/stats/Makefile
Normal file
6
math/stats/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
# $Id: Makefile,v 1.1 2010-10-19 20:19:25 wirawan Exp $
|
||||
# Created: 20101007
|
||||
# Wirawan Purwanto
|
||||
|
||||
compress_errorbars.exe: compress_errorbars.cc
|
||||
$(CXX) -O2 -o $@ $^ -I$(WORK_DIR)
|
||||
Reference in New Issue
Block a user