Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9830C6A5 for ; Sat, 11 Aug 2012 09:18:40 +0000 (UTC) Received: (qmail 94640 invoked by uid 500); 11 Aug 2012 09:18:39 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 94218 invoked by uid 500); 11 Aug 2012 09:18:35 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 94175 invoked by uid 99); 11 Aug 2012 09:18:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Aug 2012 09:18:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [193.74.71.26] (HELO hel.is.scarlet.be) (193.74.71.26) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Aug 2012 09:18:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1344676685; bh=Fnxc/VB81mVauIIZBs2S0atLI2PaDdRl2sJaJzj4PcM=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=djqxSZ+ACR4BgibaQBfRa5FegvUEIYjwVOncZ+9pPRIdxVPyRpG/jHfDc+8Qyp98q OB/MXwOk19cMqx88ymXWpldL7WnkyZvPwyJcWaqdMUJfFgTgw6Zc2gEUAlEYJWMNZM y+6560wlZircebxUV84UhI5dFanSW6syci9hQAPc= Received: from mail.harfang.homelinux.org (ip-62-235-218-164.dsl.scarlet.be [62.235.218.164]) by hel.is.scarlet.be (8.14.5/8.14.5) with ESMTP id q7B9I43b024995 for ; Sat, 11 Aug 2012 11:18:05 +0200 X-Scarlet: d=1344676685 c=62.235.218.164 Received: from localhost (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 38D4A61B47 for ; Sat, 11 Aug 2012 11:18:04 +0200 (CEST) Received: from mail.harfang.homelinux.org ([192.168.20.11]) by localhost (mail.harfang.homelinux.org [192.168.20.11]) (amavisd-new, port 10024) with ESMTP id hNglm-hAXcEm for ; Sat, 11 Aug 2012 11:18:00 +0200 (CEST) Received: from dusk.harfang.homelinux.org (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 97C4C617E1 for ; Sat, 11 Aug 2012 11:18:00 +0200 (CEST) Received: from eran by dusk.harfang.homelinux.org with local (Exim 4.77) (envelope-from ) id 1T07pY-0005VH-8S for dev@commons.apache.org; Sat, 11 Aug 2012 11:18:00 +0200 Date: Sat, 11 Aug 2012 11:17:59 +0200 From: Gilles Sadowski To: dev@commons.apache.org Subject: Re: [all] NSWC and Apache license Message-ID: <20120811091759.GS20488@dusk.harfang.homelinux.org> Mail-Followup-To: dev@commons.apache.org References: <012401cd7740$33c80050$9b5800f0$@acm.org> <013d01cd775e$1af2bfc0$50d83f40$@acm.org> <1E6E740D-DD85-44E5-9E95-3FC2C1065BF6@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Tiny Tux X-PGP-Key-Fingerprint: 53B9 972E C2E6 B93C BEAD 7092 09E6 AF46 51D0 5641 User-Agent: Mutt/1.5.21 (2010-09-15) X-DCC-scarlet.be-Metrics: hel 20002; Body=1 Fuz1=1 Fuz2=1 X-Virus-Scanned: clamav-milter 0.97.1-exp at hel X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Hello. > thanks for these answers. I need to digest all this. Of course, the primary > origin (not going back to the original author) would be duly acknowledged. > In fact, I've started translating the FORTRAN source. It's so much work > that I'm considering writing the Java program from scratch, [...] Recent, not too successful, attempts at porting complex codes from FORTRAN (e.g. linear algebra, optimization) support this option. :-} > using the > supporting (published papers) only (and maybe copy/pasting the numerical > constants -- which are published anyway). Even so, it would probably do no > harm to acknowledge this great library (for those who like FORTRAN). Building a set of units test with expected values computed by that library might already be a huge help in ensuring that the Java implementation is bug-free. Hopefully, compiling and running the code will be easier than trying to entangle a FORTRAN source... Best regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org